Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-06-05 18:35:52 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
084c8cc5cffdedff54d49dad2758d4830370f5c7
084c8cc5
1 parent
4dd05ba5
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
boxfish-四会课小程序/四会课领取后台接口.md
boxfish-四会课小程序/四会课领取后台接口.md
View file @
084c8cc
...
...
@@ -3,6 +3,7 @@
### 四会课程 管理后台接口
##### 1. 查询全部领取的信息
-
URL: {{localhost}}/boxfish-online-card/order/textbook/manage/getOrderHistory
...
...
@@ -55,3 +56,19 @@ public static class OrderSummary {
private
WxMiniUserRelationshipEntity
.
OrderObtainType
obtainType
;
}
```
##### 2. 修改邮寄状态接口
-
URL: {{localhost}}/boxfish-online-card/order/textbook/manage/updatePostTime
-
Method: POST
-
RequestBody:
```
json
{
"orderCode"
:
"text_orderCode"
,
"flagPost"
:
"true"
,
//
是否邮寄
"flagEnable"
:
"flagEnable"
//
是否需要邮寄
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment