公告板
版本库
filestore
活动
搜索
登录
陈家和
/
platform_common
开发平台之间的公用包
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
增加一个调用同步中心验证美团优惠卷接口
zhangxu
2022-08-03
ab74ea22dd90fe30018377aca1cfb58d559034e0
[~chenjiahe/platform_common.git]
/
src
/
main
/
java
/
com
/
platform
/
constants
/
LoginConstant.java
1
2
3
4
5
6
7
8
9
package com.platform.constants;
public class LoginConstant {
/**登录应用标识*/
public static final String LOGIN_APPLY = "login_apply";
}