From 8adc5b5f8085101034d3381213f82036ca46426a Mon Sep 17 00:00:00 2001 From: zhouhao <787329763@qq.com> Date: Mon, 10 Jan 2022 14:20:27 +0800 Subject: [PATCH] 修改合同预览 --- src/api/index.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 4cc5579..a726c98 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -12,7 +12,7 @@ const api = { //刷新人脸识别失败后订单状态 - refreshFaceStatus(data) { + getBizStatus(data) { return $http.post('/inside/getBizStatus', data); }, //授信前置页面调取接口 @@ -44,7 +44,7 @@ }, //发送授权验证码 sendVerifyCode(data) { - return $http.post('/signContract/sendVerifyCode', data); + return $http.post('/inside/getMessageCode', data); }, //校验授权码 checkVerifyCode(data) { @@ -54,6 +54,10 @@ signContract(data) { return $http.post('/signContract/signContract3', data); }, + //签署合同 + signContInfo(data) { + return $http.post('/inside/signContInfo', data); + }, // ======================================== } -- Gitblit v1.8.0