| | |
| | | public static final String DEFAULT_USERNAME = "admin"; |
| | | public static final String DEFAULT_PASSWORD = "12345678"; |
| | | public static final String DEFAULT_KT_SONID = "0"; |
| | | /** 单元 ID,addGs/addMoney 等 POST 接口文档示例均为 "1" */ |
| | | public static final String DEFAULT_KT_UNIT = "1"; |
| | | |
| | | /** API 根地址,如 http://119.45.163.5:1125/zjl/API */ |
| | | public static String base_url = DEFAULT_BASE_URL; |
| | |
| | | public static String kt_token; |
| | | public static String kt_dwid; |
| | | public static String kt_sonid = DEFAULT_KT_SONID; |
| | | public static String kt_unit = DEFAULT_KT_UNIT; |
| | | |
| | | private ConditionerConstant() { |
| | | } |