GET api/SignLog?shopID={shopID}&cardType={cardType}
查询充值赠送
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
shopID |
门店 |
string |
Required |
cardType |
卡类型 |
string |
Required |
Body 参数
None.
响应信息
响应描述
Collection of cWXGive参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
UPMoney | decimal number |
None. |
|
ISValue | decimal number |
None. |
响应格式
application/json, text/json
Sample:
[ { "_UPMoney": 1.0, "_ISValue": 2.0 }, { "_UPMoney": 1.0, "_ISValue": 2.0 } ]
text/html
Sample:
[{"_UPMoney":1.0,"_ISValue":2.0},{"_UPMoney":1.0,"_ISValue":2.0}]