添加反馈接口

This commit is contained in:
2025-12-17 20:52:23 +08:00
parent 857822c49c
commit 10ba4cd80f
4 changed files with 63 additions and 2 deletions

View File

@@ -23,6 +23,7 @@
#define API_SEND_EMAIL_VERIFYMAIL @"/user/sendVerifyMail" // 发送验证码
#define API_VERIFY_EMAIL_CODE @"/user/verifyMailCode" // 验证验证码
#define API_RESET_PWD @"/user/resetPassWord" // 重置密码
#define API_USER_FEEDBACK @"/user/feedback" // 提交反馈