GET api/Couponm?couponid={couponid}&limitnum={limitnum}&userid={userid}
用户领券【用户领取】
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| couponid |
券号 |
integer |
Required |
| limitnum |
可领数 |
integer |
Required |
| userid |
用户 |
string |
Required |
Body 参数
None.
响应信息
响应描述
券作废
Collection of cStates| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| State | integer |
None. |
|
| Msg | string |
None. |
|
| AMoney | decimal number |
None. |
|
| MMoney | decimal number |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_State": 1,
"_Msg": "sample string 2",
"_AMoney": 3.0,
"_MMoney": 4.0
},
{
"_State": 1,
"_Msg": "sample string 2",
"_AMoney": 3.0,
"_MMoney": 4.0
}
]
text/html
Sample:
[{"_State":1,"_Msg":"sample string 2","_AMoney":3.0,"_MMoney":4.0},{"_State":1,"_Msg":"sample string 2","_AMoney":3.0,"_MMoney":4.0}]