Authored by maelk-liu

Update userCoupons.md

... ... @@ -3,17 +3,17 @@
## 接口列表
| 接口名称 | 接口描述 |
| --------| -------- |
|[app.coupons.getUserRecentTenCoupons](#1-app-coupons-getUserRecentTenCoupons)|用户最近10条优惠券记录|
|[app.coupons.getUserRecentCoupons](#1-app-coupons-getUserRecentCoupons)|用户最近10条优惠券记录|
## 接口描述
### 1、用户最近10条优惠券记录(app.coupons.getUserRecentTenCoupons)
### 1、用户最近10条优惠券记录(app.coupons.getUserRecentCoupons)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true |app.coupons.getUserRecentTenCoupons| 请求方法|
| method | String | true |app.coupons.getUserRecentCoupons| 请求方法|
| uid | int | true | 8041876 |用户ID |
| status | int | true | 0 |状态| #0未使用1使用
| mobile | String | false | 17798512064 |手机号|
... ... @@ -51,9 +51,9 @@
```
###调用示例:http://192.168.102.205:8080/gateway/?method=app.coupons.getUserRecentTenCoupons&uid=8041876&status=1&debug=XYZ
###调用示例:http://192.168.102.205:8080/gateway/?method=app.coupons.getUserRecentCoupons&uid=8041876&status=1&debug=XYZ
###调用示例:http://192.168.102.205:8080/gateway/?method=app.coupons.getUserRecentTenCoupons&debug=XYZ&mobile=15195911509&email=1
###调用示例:http://192.168.102.205:8080/gateway/?method=app.coupons.getUserRecentCoupons&debug=XYZ&mobile=15195911509&email=1
... ...