Authored by maelk-liu

Update userCoupons.md

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