Authorization: Bearer ********************
{ "openid": "string", "code": "string" }
curl --location --request POST '/api/auth/wx-bind-phone' \ --header 'Accept;' \ --header 'X-Requested-With;' \ --header 'Content-Type: application/json' \ --data-raw '{ "openid": "string", "code": "string" }'
{"data":{"token":"31|IDkmAV7zmXovTCKu6d89MzzxKx1VqXzia1KH0zZR","id":101},"code":200,"message":""}