|
|
@ -10,7 +10,6 @@ const zconfig = { |
|
|
// *******************************************************************账户业务***********************************************************
|
|
|
// *******************************************************************账户业务***********************************************************
|
|
|
// /authorize/get/product-line-token/by/login-token通过登录token获取产品线token
|
|
|
// /authorize/get/product-line-token/by/login-token通过登录token获取产品线token
|
|
|
const loginToken = (params) => mPost(`/recycle-user-center/authorize/get/product-line-token/by/login-token`, params, zconfig) |
|
|
const loginToken = (params) => mPost(`/recycle-user-center/authorize/get/product-line-token/by/login-token`, params, zconfig) |
|
|
const modifyMemberInfo = (params) => mPost(`/recycle-user-center/user/update/member-info`, params, zconfig) |
|
|
|
|
|
///user/get/base-info基本信息
|
|
|
///user/get/base-info基本信息
|
|
|
const getBaseInfo = () => mGet(`/recycle-service/user/get/base-info`, null, zconfig) |
|
|
const getBaseInfo = () => mGet(`/recycle-service/user/get/base-info`, null, zconfig) |
|
|
const getPopupInfo = () => mGet(`/recycle-service/popup/get/popup`, null, zconfig) |
|
|
const getPopupInfo = () => mGet(`/recycle-service/popup/get/popup`, null, zconfig) |
|
|
@ -186,7 +185,6 @@ export { |
|
|
getBillDetail, |
|
|
getBillDetail, |
|
|
sendCaptcha, |
|
|
sendCaptcha, |
|
|
modifyMobile, |
|
|
modifyMobile, |
|
|
modifyMemberInfo, |
|
|
|
|
|
getMessageList, |
|
|
getMessageList, |
|
|
getNotificationList, |
|
|
getNotificationList, |
|
|
readMessage, |
|
|
readMessage, |
|
|
|