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-01 18:03:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aab69256f3fc4591997e8435fff255a6120bec28
aab69256
1 parent
4f0ae4c5
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
boxfish-四会课小程序/四会课小程序领取0512.md
boxfish-四会课小程序/四会课小程序领取0512.md
View file @
aab6925
...
...
@@ -244,3 +244,29 @@ public static class Response {
}
```
##### 8. 获取之前领取的收货地址
-
URL: {{localhost}}/boxfish-online-card/order/textbook/getObtainAddress
-
Method: POST
-
RequestBody:
```
json
{
"openId"
:
"oa-sI0UT7aWRT44vi8bIT1i8KYCI"
,
"userId"
:
""
}
```
-
ResponseBody
```
json
{
"status"
:
"SUCCESS"
,
"orderProvince"
:
"北京市"
,
"orderCity"
:
"北京市"
,
"orderCounty"
:
"朝阳区"
,
"orderAddressDetail"
:
"太阳宫"
}
```
...
...
Please
register
or
login
to post a comment