会员中心我的伙伴

This commit is contained in:
zhangmanman
2021-09-26 09:56:16 +08:00
parent 9d9cf4c580
commit 2f75c30bac
163 changed files with 33588 additions and 49 deletions

View File

@@ -46,7 +46,15 @@ const userClause = () => {
// 邀请好友
const userInvite = () => {
return request({
url: 'articles/invite'
url: 'user/invite'
})
}
// 我的伙伴
const userPartne = (data) => {
return request({
url: 'user/relations',
data: data
})
}
@@ -56,5 +64,6 @@ export {
userCustomer,
userHelp,
userClause,
userInvite
userInvite,
userPartne
}