Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周蓉君
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenjian
9 years ago
Commit
9aef1165f1b6a5eca70fbb89b215f8ce532693a6
1 parent
7ada8aa7
Update 订单分享活动.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
活动/订单分享活动.md
活动/订单分享活动.md
View file @
9aef116
...
...
@@ -101,8 +101,17 @@ b、不可分享时,分享活动的各参数为null,
## 2、订单分享领券##
输入手机号领券(method=wap.order.drawOrderShareCoupon)
#### 请求参数
| 参数名称 | 参数类型 |可否为空 |示例 |默认值 | 备注 |
| ---------|:--------:| --------:|-----:|------:|-----:|
|mobile |string |否 |13999999999 | |11位手机号|
|ordercode |string |否 |907540150 | |订单编号|
#### 响应参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
| ---------|:--------:| --------:|-----:|------:|-----:|
|mobile |string |否 |13999999999 | |11位手机号|
|ordercode |string |否 |907540150 | |订单编号|
|coupon |string |是 |XXXXX | |优惠码|
|returnCode |int |否 |0 | |返回码|
|returnMsg |string |是 |0 | |返回信息|
...
...
Please
register
or
login
to post a comment