curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/crm/getCustomerDetailById?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 800000095,
"isNeedCredit": 1
}'
{
"code": 1,
"result": {
"brandId": 3268,
"memberId": 1004940430,
"customerId": 888893412828,
"customerMainId": 888893412828,
"customerName": "杨",
"mobile": "18980768844",
"tel": "028-9881312321",
"sex": 1,
"levelId": 9991775,
"level": 1,
"levelName": "微会员",
"memo": "",
"interest": "",
"address": "",
"groupId": 1015323,
"groupName": "yuan12311",
"birthday": "1999-01-02",
"isDisable": 2,
"synFlag": "38bde65d406d46d4be98d5a9cbcbf12b",
"remainValue": 85,
"cardCount": 0,
"coupCount": 0
}
}