From f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Aug 2024 11:47:14 +0800
Subject: [PATCH] 1
---
src/api/my.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/my.js b/src/api/my.js
index e71d931..094b123 100644
--- a/src/api/my.js
+++ b/src/api/my.js
@@ -6,7 +6,7 @@
}
// 申请实名认证
function apply(data) {
- return Axios.postFormData("wap/api/realNameAuth/apply", data);
+ return Axios.fetch("wap/api/kyc!apply.action", data);
}
// 获取高级认证信息,如家庭住址等
--
Gitblit v1.9.3