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-18 11:17:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1229b0fd13b4f35287955e983e504585ebcadea7
1229b0fd
1 parent
dd26ef53
update doc api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
boxfish-四会课小程序/四会课领取后台接口.md
boxfish-四会课小程序/四会课领取后台接口.md
View file @
1229b0f
...
...
@@ -164,3 +164,24 @@ public static class Request {
> GRADE_10_B,
> GRADE_11_A,
> GRADE_11_B
##### 6. 后台邮寄列表页面 更新邮寄地址页面
- URL: {{localhost}}/boxfish-online-card/order/textbook/manage/updatePostAddress
- Method: POST
- RequestBody:
```
json5
{
"id": 583,
"orderName": "test-update",
"orderMobile": "12345678900",
"orderProvince": "北京",
"orderCity": "北京",
"orderCounty": "北京",
"orderAddressDetail": "北京",
"postTime": 1559318400000
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment