From b20f8b51a1d53125201883371ecfc15fd18a1c3b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 15:22:25 +0800
Subject: [PATCH] 换地址

---
 src/api/my.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/api/my.js b/src/api/my.js
index e71d931..d7a2720 100644
--- a/src/api/my.js
+++ b/src/api/my.js
@@ -81,6 +81,12 @@
 //用户信息
 function getUserInfo(data) {
   return Axios.fetch("wap/api/localuser!get.action", data);
+  // return Axios.fetch("wap/api/kyc!get.action", data);
+}
+
+// 认证信息
+export const _getIdentify = () => {
+  return Axios.fetch("wap/api/kyc!get.action");
 }
 
 export default {

--
Gitblit v1.9.3