(下行接口)生成会员查询二维码
授权方式:门店授权
HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI: /open/v1/crm/member/generateToken
详情可查看【公共说明】中的公共参数模块
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
customerId | Long | 是 | 顾客id |
{
"customerId": 1475116492000
}
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
code | int | 是 | 返回编码,详见错误码 |
message | string | 是 | 返回信息 |
messageUuid | string | 是 | 消息uuid |
result | Rule | 否 | 返回响应数据,json对象,可空 |
Rule
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
customerId | Long | 是 | 顾客id |
token | String | 是 | 生成登录二维码内容 |
{
"code": 1,
"result": {
"customerId":1475116492000,
"token":"xxx123xxx123"
}
}