|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
// 微信登录
|
|
|
WxLogin: WX_API_BASE + 'app/auth/user/wx/login',
|
|
|
// 获取个人信息
|
|
|
- getMainInfo: WX_API_BASE + 'app/member/selectUserById/',
|
|
|
+ getMainInfo: WX_API_BASE + 'app/member/selectUserById',
|
|
|
// 获取商户信息
|
|
|
getMerchantsMainInfo: WX_API_BASE + '/app/merchants/selectMerchantsById/',
|
|
|
// 获取我的积分
|