售后部分测试改动

This commit is contained in:
Aaron
2021-09-15 11:26:57 +08:00
parent 3a1ce61f97
commit 41cffec39f
12 changed files with 372 additions and 280 deletions

View File

@ -407,7 +407,8 @@ export function wxappBindingPhone(data) {
* 小程序上传用户头像
*/
export function wxappGetUserInfo (data) {
return request.post('/wxapp/loginAuth', data)
// return request.post('/wxapp/loginAuth', data)
return request.get('/wechat/auth', data)
}
/*