|
|
@@ -46,6 +46,13 @@ public class WxError implements Serializable { |
|
|
|
this.errorMsg = errorMsg; |
|
|
|
} |
|
|
|
|
|
|
|
public WxError(int errorCode, String errorMsg,String errorMsgEn,String json) { |
|
|
|
this.errorCode = errorCode; |
|
|
|
this.errorMsg = errorMsg; |
|
|
|
this.errorMsgEn = errorMsgEn; |
|
|
|
this.json = json; |
|
|
|
} |
|
|
|
|
|
|
|
public static WxError fromJson(String json) { |
|
|
|
return fromJson(json, null); |
|
|
|
} |
|
|
|