POST api/customer/moneyCount?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
获取红包总数
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key | string |
None. |
|
| access_token | string |
None. |
|
| timestamp | string |
None. |
|
| sign | string |
None. |
|
| bm_param | string |
None. |
Body Parameters
用户ID
CommPara| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
id |
integer |
None. |
| OpenId |
OpenId |
string |
None. |
| PayType |
0 全部 1、分享红包 2、纠错红包 3、提现 |
integer |
None. |
| PageIndex |
当前页 |
integer |
None. |
| PageSize |
每页记录数 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_pageIndex": 4,
"_pageSize": 5,
"<Id>k__BackingField": 1,
"<OpenId>k__BackingField": "sample string 2",
"<PayType>k__BackingField": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
分享ID
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |