服务器接口/Code码

服务接口:

http://119.27.173.65:10010/shop  


参数必传:红色参数

参数可选:灰色参数


CODE:

public static Integer CODE_200 = 200;成功

public static Integer CODE_201 = 201;//普通错误

public static Integer CODE_202 = 202;//sql语句错误,不能执行

public static Integer CODE_203 = 203;//参数错误

public static Integer CODE_204= 204;//null指针


public static Integer CODE_205= 205;//Token失效

public static Integer CODE_405 = 405;//请求方式错误


public static Integer CODE_1 = -1;//系统错误