From 8bfe046de7987990e1bff2755c2963e14ebc54c1 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 23 十月 2023 17:39:19 +0800
Subject: [PATCH] 2023年10月23日17:39:07

---
 app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java b/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
index 69f5577..cc27e33 100644
--- a/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
+++ b/app/src/main/java/com/hdl/photovoltaic/internet/api/HttpApi.java
@@ -47,13 +47,10 @@
     //鍙戦�佹秷鎭獙璇佺爜
     public static final String POST_SEND_VERIFICATION = "/smart-footstone/verification/message/send";
     //鏇存敼涓汉瀵嗙爜
-    public static final String POST_UPDATE_PROGRAM_PASSWORD = "/smart-footstone/user/userInfo/updateProgramPassword";
+    public static final String B_POST_UPDATE_PROGRAM_PASSWORD = "/smart-footstone/user/userInfo/updateProgramPassword";
     //鑾峰彇鍛樺伐鍒楄〃
     public static final String POST_GET_USER_LIST = "/smart-footstone/user/userInfo/getUserList";
-    //鑾峰彇鐢ㄦ埛涓汉淇℃伅 C绔�
-    public static final String POST_GET_MEMBER_INFO = "/smart-footstone/member/memberInfo/getMemberInfo";
-    //鏇存柊涓汉淇℃伅 C绔�
-    public static final String POST_UPDATE_MEMBER_INFO = "/smart-footstone/member/memberInfo/updateMemberInfo";
+
     //涓婁紶鍥剧墖
     public static final String POST_UPLOAD_IMAGE = "/home-wisdom/app/images/upload_image";
     //涓婁紶鍥剧墖锛堟柊锛�
@@ -74,11 +71,14 @@
     public static final String C_POST_GET_OAUTH_REGISTER = "/smart-footstone/member/oauth/register";
     //鐢ㄦ埛鎵惧洖瀵嗙爜 蹇樿瀵嗙爜,閫氳繃閭鍜屾墜鏈哄彿鎵惧洖
     public static final String C_POST_FORGET_PROGRAM_PWD = "/smart-footstone/member/oauth/forgetPwd";
+    //鏇存敼涓汉瀵嗙爜
+    public static final String C_POST_UPDATE_PROGRAM_PASSWORD = "/smart-footstone/member/memberInfo/updatePwd";
+    //鑾峰彇鐢ㄦ埛涓汉淇℃伅 C绔�
+    public static final String C_POST_GET_MEMBER_INFO = "/smart-footstone/member/memberInfo/getMemberInfo";
+    //鏇存柊涓汉淇℃伅 C绔�
+    public static final String C_POST_UPDATE_MEMBER_INFO = "/smart-footstone/member/memberInfo/updateMemberInfo";
     //endregion
     //endregion
-
-
-
 
 
 }

--
Gitblit v1.8.0