上传代码
This commit is contained in:
32
src/main/java/com/nis/restful/RestConstants.java
Normal file
32
src/main/java/com/nis/restful/RestConstants.java
Normal file
@@ -0,0 +1,32 @@
|
||||
package com.nis.restful;
|
||||
|
||||
|
||||
public class RestConstants {
|
||||
/**
|
||||
* json报文字段
|
||||
*/
|
||||
public static final String REST_SERVICE_HTTP_STATUS = "status";
|
||||
|
||||
public static final String REST_SERVICE_BUSINESS_CODE = "businessCode";
|
||||
|
||||
public static final String REST_SERVICE_REASON = "reason";
|
||||
|
||||
public static final String REST_SERVICE_MSG = "msg";
|
||||
|
||||
public static final String REST_SERVICE_DATA = "data";
|
||||
|
||||
public static final String REST_SERVICE_URI = "fromuri";
|
||||
|
||||
public static final String REST_SERVICE_ACTIVE_SYS = "activeSys";
|
||||
|
||||
public static final String REST_SERVICE_LOG_SOURCE = "logSource";
|
||||
|
||||
//暂时4个
|
||||
|
||||
/**
|
||||
* code错误码
|
||||
*/
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user