获取会员资料页面配置GetMemberPageConfig
公共参数名称 | 公共参数值 |
---|---|
method | fzapi.crm.GetMemberPageConfig |
content | 请求参数集合,详见下面请求参数说明 |
请求参数说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
mallid | String | 是 | 20 | 商场号 | |
source | String | 是 | 16 | 终端类型 | crm:客服台,wx:微信 |
响应数据说明
参数 | 类型 | 是否必填 | 最大长度 | 描述 | 示例值 |
---|---|---|---|---|---|
success | bool | 返回成功 | true | ||
code | String | 返回代码 | 1000 | ||
msg | String | 返回描述 | Success | ||
data | String | 返回信息 |
请求数据示例: string strurl = "[http://localhost:32052/fzapi.ashx?apiSecret=fz7msj3cin&app_id=FZ2020170011&charset=utf-8&content={"mallid":"GZ01","source":"crm"}&format=json&method=fzapi.crm.GetMemberPageConfig&sign=6d6825ccf063571fcdadbbfc75d46420&sign_type=md5×tamp=2020-05-18 13:37:51&version=1.0.0]";
响应数据示例:
{
"success":true,
"code":"1000",
"msg":"Success",
"data":[
{
"code":"OP0200001",
"desci":"爱好",
"info_type":"02",
"control_type":"01",
"max_size":"",
"icon":"",
"display":"1",
"modifiable":"1",
"not_empty":"0",
"serial_no":"0",
"item":[
{
"text":"选项一",
"value":"OP0000101"
},
{
"text":"选项二",
"value":"OP0000102"
}
]
},
{
"code":"OP0200002",
"desci":"收入",
"info_type":"02",
"control_type":"01",
"max_size":"",
"icon":"",
"display":"1",
"modifiable":"1",
"not_empty":"0",
"serial_no":"0",
"item":[
]
}
]
}