1
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
#define API_APPLE_LOGIN @"/user/appleLogin" // Apple 登录
|
||||
#define API_EMAIL_LOGIN @"/user/login" // email 登录
|
||||
#define API_EMAIL_REGISTER @"/user/register" // email 注册
|
||||
#define API_SEND_EMAIL_VERIFYMAIL @"/user/sendVerifyMail" // 发送验证码
|
||||
#define API_VERIFY_EMAIL_CODE @"/user/verifyMailCode" // 验证验证码
|
||||
#define API_RESET_PWD @"/user/resetPassWord" // 重置密码
|
||||
|
||||
|
||||
|
||||
#define API_LOGOUT @"/user/logout" // 退出登录
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
/// APP Groups
|
||||
#define AppGroup @"group.com.loveKey.nyx"
|
||||
|
||||
/// 键盘JSON数据
|
||||
#define AppGroup_MyKbJson @"AppGroup_MyKbJson"
|
||||
|
||||
/// 皮肤图标加载模式:
|
||||
/// 0 = 使用本地 Assets 图片名(key_icons 的 value 写成图片名,例如 "kb_q_melon")
|
||||
/// 1 = 使用远程 Zip 皮肤包(skinJSON 中提供 zip_url;key_icons 的 value 写成 Zip 内图标文件名,例如 "key_a")
|
||||
|
||||
Reference in New Issue
Block a user