会员登录
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/crm/login
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/login?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginId":"18698442598",
"loginType":0
}'
响应示例响应示例
{
"code": 1,
"result": {
"brandId": 3268,
"memberId": 5757576,
"customerId": 800000095,
"customerMainId": 800000095,
"customerName": "2ewe",
"commercialName": "门店1",
"mobile": "18987668844",
"sex": 1,
"levelId": 8123812,
"isDisable": 1
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json
返回响应
修改于 2021-12-16 06:36:24