{
"birthday": "2019-08-24T14:15:22.123Z",
"customerId": 0,
"mobile": "string",
"nickName": "string",
"realName": "string",
"sex": 0,
"shopId": 0,
"verifyCode": "string"
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/weixin/rebindCustomer' \
--header 'headers;' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"birthday": "2019-08-24T14:15:22.123Z",
"customerId": 0,
"mobile": "string",
"nickName": "string",
"realName": "string",
"sex": 0,
"shopId": 0,
"verifyCode": "string"
}'{
"code": 0,
"data": {},
"extraData": {},
"extraData1": {},
"message": "string"
}