|
|
@ -103,7 +103,7 @@ public class HighUserDiscountController { |
|
|
|
|
|
|
|
|
|
|
|
JSONObject jsonObject = JSONObject.parseObject(reqBody); |
|
|
|
JSONObject jsonObject = JSONObject.parseObject(reqBody); |
|
|
|
String discountAgentCode = jsonObject.getString("code"); |
|
|
|
String discountAgentCode = jsonObject.getString("code"); |
|
|
|
if (StringUtils.isNotBlank(discountAgentCode)) { |
|
|
|
if (StringUtils.isBlank(discountAgentCode)) { |
|
|
|
log.error("HighDiscountController -> receiveDiscount() error!", "参数错误"); |
|
|
|
log.error("HighDiscountController -> receiveDiscount() error!", "参数错误"); |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.REQ_PARAMS_ERROR, ""); |
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.REQ_PARAMS_ERROR, ""); |
|
|
|
} |
|
|
|
} |
|
|
|