调整记录GetBnusAdjRecord
公共参数名称 | 公共参数值 |
---|---|
method | fzapi.crm.Crm_GetBnusAdjRecord |
content | 请求参数集合,详见下面请求参数说明 |
请求参数说明 | 参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 | | :--- | :--- | :--- | :--- | :--- | :--- | | member_code | String | 是 20 | 会员号 | | | pageIndex | int | 是 | 4 | 从第几页开始 | | | pageSize | int |是 | 4|每页几条数据| |
响应数据说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
success | bool | 返回成功 | true | ||
code | String | 返回代码 | 1000 | ||
msg | String | 返回描述 | Success | ||
data | String | 返回信息 |
请求数据示例: string strurl = "http://localhost:32052/fzapi.ashx?timestamp=2018-11-19 14:26:19&method=fzapi.crm.Crm_GetBnusAdjRecord&app_id=FZ2020170011&apiSecret=fz7msj3cin&charset=utf-8&sign_type=md5&version=1.0.0&sign=1a8fefee02bcc008e716d8e78387491b&content={0}";
响应数据示例:
{
"success":true,
"code":"1000",
"msg":"Success",
"data":{
"total":2,
"data":[
{
"store_code":"80004",
"member_code":null,
"telephone":null,
"bonus_type":null,
"bonus_adj":"10",
"remark":"GR00000001",
"reason_code":null,
"lastmodifier":"#ActiveAuto#",
"datasoure":null,
"docno":"AS00642468",
"bonusadj_date":"2020-01-17"
},
{
"store_code":"80004",
"member_code":null,
"telephone":null,
"bonus_type":null,
"bonus_adj":"10",
"remark":"测试",
"reason_code":null,
"lastmodifier":"DBA",
"datasoure":null,
"docno":"VR00642432",
"bonusadj_date":"2019-11-18"
}
]
}
}