| | |
| | | * 成功标记 |
| | | */ |
| | | public static final Integer SUCCESS = 200; |
| | | public static final Integer TOKEN_ERROR = 501; |
| | | public static final Integer GIVE_ERROR = 503; |
| | | public static final Integer VALUE_ERROR = 502; |
| | | |
| | | /** |
| | | * 失败标记 |
| | |
| | | */ |
| | | public static final String[] JOB_ERROR_STR = { "java.net.URL", "javax.naming.InitialContext", "org.yaml.snakeyaml", |
| | | "org.springframework", "org.apache", "com.xinquan.common.core.utils.file" }; |
| | | /** |
| | | * 默认密码 |
| | | */ |
| | | public static final String DEFAULT_PASSWORD = "a12345678"; |
| | | /** |
| | | * 支付回调地址 |
| | | */ |
| | | public static final String PAYMENT_NOTIFY_URL = "/client/order/notify"; |
| | | } |