From 0d1323fb39db5e8d3b124e61303bde1b1352b887 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 29 二月 2024 21:48:02 +0800
Subject: [PATCH] feat(daima代码合并): 和宁

---
 assets/js/middleGround/api/identity.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/assets/js/middleGround/api/identity.js b/assets/js/middleGround/api/identity.js
index e878091..7b4117c 100644
--- a/assets/js/middleGround/api/identity.js
+++ b/assets/js/middleGround/api/identity.js
@@ -123,6 +123,15 @@
     });
   },
 
+  //妫�鏌ュ井淇″皬绋嬪簭鏄惁娉ㄥ唽
+  checkWeChatAppAccount(data) {
+    return request({
+      url: "/identity/api/CheckWeChatAppAccount",
+      method: "post",
+      data,
+    });
+  },
+
 
   // 閫氳繃鎵嬫満鍙烽噸缃瘑鐮�
   changePasswordByMobilePhone(data) {
@@ -159,6 +168,13 @@
       data,
     });
   },
+  loginByWeChatAppCode(data) {
+    return request({
+      url: "/identity/api/LoginByWeChatAppCode",
+      method: "post",
+      data,
+    });
+  },
 
   // 鑾峰彇閭楠岃瘉鐮�
   getEmailCode(data) {

--
Gitblit v1.9.1