|
|
@@ -84,7 +84,7 @@ public class WxMicroPayController extends BaseController { |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "totalFee不能为空"); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "totalFee不能为空"); |
|
|
} |
|
|
} |
|
|
if (!checkAuthCode(authCode)) { |
|
|
if (!checkAuthCode(authCode)) { |
|
|
logger.error("totalFee不能为空"); |
|
|
|
|
|
|
|
|
logger.error("authCode不符合规则"); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "authCode不符合规则"); |
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "authCode不符合规则"); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|