信手书插件调整

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-08-14 10:39:28 +08:00
parent f3502485fb
commit 205ffe6668
132 changed files with 18826 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ export function getContractInfo(data) {
// 银保代理人签署信息接收接口
export function putContractInfo(data) {
return request({
url: getUrl('/agent/enterYB/getContractInfo', 1),
url: getUrl('/agent/enterYB/putContractInfo', 1),
method: 'post',
data
})