|
@@ -40,7 +40,7 @@ public class Constants {
|
|
|
|
|
|
public static final int Code_HttpResponseCallback_BottomTextPrompt = 0;//设置底部文字提示
|
|
|
public static final int Code_HttpResponseCallback_InternetAvailable = 1;//设置internet网络正常图标
|
|
|
- public static final int Code_HttpResponseCallback_StartHardware = 2;//开始启动各个硬件,如果没有任何外设开启,则直接初始化smile
|
|
|
+ public static final int Code_HttpResponseCallback_StartHardware = 2;//开始启动各个硬件,如果授权平台没有任何外设启用,则直接初始化smile
|
|
|
public static final int Code_HttpResponseCallback_HomeBackgroundImage = 3;//主页背景图片
|
|
|
public static final int Code_HttpResponseCallback_HideBottomTextView = 4;//检测到设备已到期隐藏底部文字
|
|
|
public static final int Code_HttpResponseCallback_ShowBottomTextView = 5;//显示底部文字
|