{
"mobile": "18125725864",
"password": "123456",
"name": "却经到",
"photo": "http://dummyimage.com/400x400",
"payStatus": 0,
"role": 1,
"doQuestion": 0,
"deviceLimitNum": 2
}
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": "18125725864",
"password": "123456",
"name": "却经到",
"photo": "http://dummyimage.com/400x400",
"payStatus": 0,
"role": 1,
"doQuestion": 0,
"deviceLimitNum": 2
}'
{
"success": true,
"code": "00000",
"message": null,
"content": {
"id": null,
"mobile": "18125725864",
"password": "123456",
"name": "却经到",
"photo": "http://dummyimage.com/400x400",
"payStatus": 0,
"role": 1,
"doQuestion": 0,
"deviceLimitNum": 2
}
}