系统繁忙,请稍后再尝试购买
This commit is contained in:
@@ -121,6 +121,9 @@ public class WuyouController {
|
||||
request.getHeader("User-Agent"), String.format("%d-%d", order.getCourseId(), order.getCourseDetailsId()),
|
||||
payType);
|
||||
if (baseResp.getCode() == null) {
|
||||
if (baseResp.getErrorMsg().contains("通道拥挤")) {
|
||||
return Result.error("系统繁忙,请稍后再尝试购买");
|
||||
}
|
||||
return Result.error(baseResp.getErrorMsg());
|
||||
}
|
||||
if (baseResp.getCode() != 200) {
|
||||
|
||||
Reference in New Issue
Block a user