{
"mobile": "18148857357",
"password": "123456",
"name": "些西果消",
"photo": "http://dummyimage.com/400x400",
"payStatus": 0,
"role": 1,
"doQuestion": 1,
"deviceLimitNum": 4,
"id": "leTJOl9j"
}
curl --location --request POST 'http://34.150.122.99:9000/business/admin/member/save' \
--header 'Token: nPlQPwau' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "18148857357",
"password": "123456",
"name": "些西果消",
"photo": "http://dummyimage.com/400x400",
"payStatus": 0,
"role": 1,
"doQuestion": 1,
"deviceLimitNum": 4,
"id": "leTJOl9j"
}'
{
"success": true,
"code": "00000",
"message": null,
"content": {
"id": "leTJOl9j",
"mobile": "18148857357",
"password": "123456",
"name": "些西果消",
"photo": "http://dummyimage.com/400x400",
"payStatus": 0,
"role": 1,
"doQuestion": 1,
"deviceLimitNum": 4
}
}