curl --location --request POST 'https://test.pro.wuht.net/adminapi/wechat/mp_auth' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ' \
--form 'code=""' \
--form 'cache_key=""' \
--form 'spread_code=""' \
--form 'iv=""' \
--form 'encryptedData=""'
{
"status": 0,
"msg": "string",
"data": {
"cache_key": "string",
"token": "string",
"userInfo": {
"uid": 0,
"real_name": "string",
"birthday": 0,
"card_id": "string",
"partner_id": 0,
"group_id": 0,
"nickname": "string",
"avatar": "string",
"phone": "string",
"now_money": "string",
"integral": "string",
"sign_num": 0,
"level": 0,
"spread_uid": 0,
"spread_time": 0,
"user_type": "string",
"is_promoter": 0,
"pay_count": 0,
"spread_count": 0,
"addres": "string",
"adminid": 0
},
"expires_time": 0
}
}