合并dc代码

This commit is contained in:
zhouna
2019-09-21 15:54:54 +08:00
parent a20cfd12a1
commit 65d9e42c4e
27 changed files with 1343 additions and 739 deletions

View File

@@ -161,3 +161,12 @@ export function checkSignInvalid(data) {
data
})
}
// 提交核保
export function selfToHuman(data) {
return request({
url: getUrl('/sale/insure/selfToHuman', 1),
method: 'post',
data
})
}