['我的推广二维码展示形式及个人中中心接口对接']

This commit is contained in:
2021-09-17 15:34:25 +08:00
parent d0412c96dc
commit 0fa8736ed3
6 changed files with 116 additions and 39 deletions

View File

@@ -34,7 +34,7 @@ const aboutUs = () => {
// 获取用户信息
const getUserInfo = () => {
return request({
url: 'user/info'
url: 'user/app'
})
}
@@ -77,6 +77,12 @@ const resetUserInfo= (data) => {
})
}
// 我的推广码
const appcode = () => {
return request({
url: 'user/appcode'
})
}
export {
shopSubscribe,
@@ -86,5 +92,6 @@ export {
getUserSettingInfo,
chaineb,
browsers,
resetUserInfo
resetUserInfo,
appcode
}