修改会员等级信息
测试环境
测试环境
POST
/open/v1/member/updateLevel
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/member/updateLevel?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 888234234,
"consumePwd": "047ea2107743674078d60a939d5b1da2",
"birthday": 888234234,
"sex": 1,
"name": "李华",
"environmentHobby": "喜欢安静",
"memo": "",
"invoiceTitle": "",
"email": "aaa@qq.com",
"address": "",
"groupId": ""
}'
响应示例响应示例
{
"result": true,
"code": 0,
"message": "成功[OK]",
"messageUuid": "6217ebad-b587-4d61-9cdc-cf56424fc808",
"apiMessage": "成功[OK]"
}
请求参数
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