🎨 #2550【开放平台】第三方平台新增全局错误码的中文描述
This commit is contained in:
@@ -84,6 +84,13 @@ public class WxError implements Serializable {
|
||||
}
|
||||
break;
|
||||
}
|
||||
case Open: {
|
||||
final String msg = WxOpenErrorMsgEnum.findMsgByCode(wxError.getErrorCode());
|
||||
if (msg != null) {
|
||||
wxError.setErrorMsg(msg);
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
return wxError;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user