Authorization: Bearer ********************
{ "code": "string" }
curl --location --request POST '/api/auth/login-by-wxmini' \ --header 'Accept;' \ --header 'X-Requested-With;' \ --header 'Content-Type: application/json' \ --data-raw '{ "code": "string" }'
{"data":{"openid":"oOx8B5TeeaNya-MBRyhYi7dpr3xQ"},"code":200,"message":""}