新增获取客服接口

This commit is contained in:
2026-02-24 20:45:15 +08:00
parent 0a16a4f240
commit 1c9013bede
6 changed files with 67 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
#define KB_API_USER_DETAIL @"/user/detail" // 用户详情
#define API_USER_INVITE_CODE @"/user/inviteCode" // 查询邀请码
#define API_USER_CUSTOMER_MAIL @"/user/customerMail" // 获取客服邮箱
#define API_CHARACTER_LIST @"/character/list" // 排行榜角色列表(综合)
#define API_NOT_LOGIN_CHARACTER_LIST @"/character/listWithNotLogin" //未登录用户人设列表

View File

@@ -82,6 +82,7 @@
"Network error" = "Network error";
"Saved" = "Saved";
"Copy Success" = "Copy Success";
"Email Copy Success" = "Email Copy Success";
// Network
"Network unavailable" = "Network unavailable";

View File

@@ -83,6 +83,7 @@
"Network error" = "网络错误";
"Saved" = "已保存";
"Copy Success" = "复制成功";
"Email Copy Success" = "Email Copy Success";
// 网络相关(英文 key
"Network unavailable" = "网络不可用";