【GFRS-3645】生成电子合同接口对接 接口封装的token拦截方法修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-08-09 17:44:08 +08:00
parent d49fd76db9
commit 38a051fae4
5 changed files with 42 additions and 9 deletions

View File

@@ -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
})
}