package com.zzh.common; /** * Created by lenovo on 2018/6/20. */ public enum ResponseCode { SUCCESS(200,"SUCCESS"), ERROR(0,"ERROR"), NEED_LOGIN(10,"NEED_LOGIN"), ILLEGAL_ARGUMENT(1,"ILLEGAL_ARGUMENT"); private final int code; private final String desc; ResponseCode(int code,String desc){ this.code = code; this.desc = desc; } public int getCode(){ return code; } public String getDesc(){ return desc; } }

zuidaama LV2
4月20日
zhangbo2020 LV6
4月17日
微信网友_6444139264921600 LV8
2月25日
zolscy LV24
2024年11月28日
krispeng LV15
2024年10月31日
233002037 LV3
2024年10月20日
xiquyiyuan LV10
2024年8月28日
TY0165 LV20
2024年6月22日
alsk222 LV4
2024年5月10日
ruozizz LV3
2024年4月21日

zuidaama LV2
4月20日
zhangbo2020 LV6
4月17日
jinxinquq
3月30日
暂无贡献等级
Javatopone
3月29日
暂无贡献等级
哪里的完整版 LV8
3月6日
qibodong LV15
2月28日
2636804923 LV6
2月24日
xiejingxun LV2
2024年12月31日
zruth30 LV1
2024年12月8日
hanyuelinmumu LV4
2024年11月26日