Merge branch 'hotfix/【20210305】分享建议书token失效问题优化' into dev

# Conflicts:
#	src/api/ebiz/proposal/proposal.js
#	src/views/ebiz/proposal/ProposalInfo.vue
This commit is contained in:
mengxiaolong
2021-03-05 21:05:13 +08:00
2 changed files with 27 additions and 17 deletions

View File

@@ -82,3 +82,12 @@ export function share(data = {}) {
data
})
}
// 分享建议书获取token
export function getSharingToken(data = {}) {
return request({
url: getUrl('/customer/account/getShareParam', 1),
method: 'post',
data
})
}