Authored by chenjian

Update coupon.md

... ... @@ -508,12 +508,12 @@
}
```
### 9、获取用户优惠券数量-个人中心调用(app.coupons.total)
### 9、获取用户优惠券数量-个人中心调用(app.coupons.getCouponNums)
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| method | String | true |app.coupons.total| 请求方法|
| method | String | true |app.coupons.getCouponNums| 请求方法|
| uid | int | true | 7893817 |用户ID |
... ...