mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 20:36:43 +08:00
分享建议书token失效问题优化
This commit is contained in:
@@ -74,3 +74,20 @@ export function deleteProposal(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
// e活动建议书分享统计
|
||||
export function share(data = {}) {
|
||||
return request({
|
||||
url: getUrl('/proposal/proposal/share', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// e活动建议书分享统计
|
||||
export function getSharingToken(data = {}) {
|
||||
return request({
|
||||
url: getUrl('/customer/account/getShareParam', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user