mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 09:56:45 +08:00
【GFRS-3645】生成电子合同接口对接 接口封装的token拦截方法修改
This commit is contained in:
@@ -16,4 +16,13 @@ export function putContractInfo(data) {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 生成电子合同pdf
|
||||
export function generateAgreementYB(data) {
|
||||
return request({
|
||||
url: getUrl('/agent/enterYB/generateAgreementYB', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user