新增分享二维码

This commit is contained in:
zdx
2020-12-31 13:15:31 +08:00
parent cff94e05f6
commit aa94413f67
12 changed files with 422 additions and 145 deletions

View File

@@ -14,8 +14,13 @@ const companySubscribesList = ( page) => req({
page: page
}
})
// 获取分享二维码
const getShareCode = ( companyId) => req({
url: "user/share/"+companyId,
})
export default({
userInfo,//用户基本信息
companySubscribesList,//关注企业列表
getShareCode,//获取分享二维码
})