curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/createOrUpgradeMember?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 800000095,
"customerMainId": 800000095,
"loginType": 0,
"loginId": "18980808088",
"consumePwd": "098f6bcd4621d373cade4e832627b4f6",
"birthday": 1475116492,
"sex": 1,
"name": "李华",
"environmentHobby": "喜欢安静",
"memo": "",
"invoiceTitle": "",
"email": "adsad@asd.com",
"address": "",
"groupId": "",
"wxIconUrl": "",
"attentionWxTime": 1475116492
}'
{
"code": 1,
"result": {
"brandId": 6339,
"commercialId": 89877,
"customerId": 800000095,
"customerMainId": 800000095,
"userId": -777,
"source": 16,
"loginType": 0,
"loginId": "18980808088",
"birthday": 1475116492,
"sex": 1,
"name": "李华",
"environmentHobby": "喜欢安静",
"memo": "",
"invoiceTitle": "",
"email": "adsad@asd.com",
"address": "",
"groupId": "",
"wxIconUrl": "",
"isDisable": 1
}
}