{
"openId": "string",
"unionId": "string",
"type": "string"
}curl --location --request POST '/api/front/login/wechat/app/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"openId": "string",
"unionId": "string",
"type": "string"
}'{
"code": 0,
"message": "",
"data": {
"token": "",
"type": "",
"key": "",
"id": 0,
"nikeName": "",
"phone": "",
"avatar": "",
"isNew": false,
"merchantEmployeeList": [
{
"id": 0,
"avatar": "",
"name": "",
"uid": 0,
"phone": "",
"role": "",
"merId": 0,
"currentMerchant": {
"id": 0,
"name": "",
"avatar": ""
}
}
]
}
}