Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
backend_auto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邓莹莹
backend_auto
Commits
073ceccb
Commit
073ceccb
authored
Aug 16, 2021
by
张伟男
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
美购列表
parent
57f51e2e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
services_request.py
all_backend_api/services_request.py
+4
-4
services_request.yaml
all_backend_api/services_request.yaml
+1
-1
topic_reply_create.yaml
test_backend_data/topic_data/topic_reply_create.yaml
+1
-1
No files found.
all_backend_api/services_request.py
View file @
073ceccb
...
...
@@ -17,9 +17,9 @@ class services_request(BaseRequest):
def
v1
(
self
,
coupon_info_id
,
order_by
):
self
.
params
[
"coupon_info_id"
]
=
coupon_info_id
self
.
params
[
"order_by"
]
=
order_by
return
self
.
api_send
(
self
.
data
[
"
share_data
"
])
return
self
.
api_send
(
self
.
data
[
"
v1
"
])
if
__name__
==
'__main__'
:
#打印商祥页-分享接口返回
# print(services_request().share_data("5857263", "618788"))
print
(
services_request
()
.
v1
(
32366785
,
0
))
\ No newline at end of file
print
(
services_request
()
.
share_data
(
"5857263"
,
"618788"
))
# print(services_request().v1(32366785, 0))
\ No newline at end of file
all_backend_api/services_request.yaml
View file @
073ceccb
...
...
@@ -10,7 +10,7 @@ share_data:
#获取美购列表,美券
share_data
:
v1
:
method
:
get
url
:
/api/services/v1
params
:
...
...
test_backend_data/topic_data/topic_reply_create.yaml
View file @
073ceccb
...
...
@@ -3,7 +3,7 @@ reply_create:
beuzhu
:
'
#
备注:
这个文件有冲突的话,那个版本都行不会影响,回退/接受当前版本都行,因为每次运行content都会改变'
case
:
日记贴一级评论创建--正常校验&创建二级评论--正常校验
channel
:
benzhan
content
:
ces测试+2021-08-13 1
5:36:32
content
:
ces测试+2021-08-13 1
6:49:17
message
:
请勿回复重复内容
message1
:
回复成功
message2
:
你的回复有点频繁,稍后再来
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment