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
476221a58b587b1d132bd4bf1b0b78c8f45e7dfc
1 parent
278722fb
Update 订单分享活动.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
活动/订单分享活动.md
活动/订单分享活动.md
View file @
476221a
...
...
@@ -115,6 +115,7 @@ b、不可分享时,分享活动的各参数为null,
|returnCode |int |否 |0 | |返回码|
|returnMsg |string |是 |0 | |返回信息|
#### returnCode取值说明
```
0, 成功;
1, 输入手机号错误;
2, 手机号还没有注册用户;
...
...
@@ -123,7 +124,7 @@ b、不可分享时,分享活动的各参数为null,
5, 注册验证码验证失败;
6, 用户注册失败;
7, 优惠码发送失败;
```
请求示例
http://192.168.102.222:8090/activity/?method=wap.order.drawOrderShareCoupon&mobile=13999999999&ordercode=907540150&debug=XYZ
### 响应
...
...
@@ -141,4 +142,5 @@ code为200即为响应成功,否则为响应异常。返回结果参考returnC
"returnCode"
:
2
"returnMsg"
:
"该手机号没有注册,已发送注册验证码"
}
-
}
\ No newline at end of file
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment