mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 19:26:44 +08:00
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:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user