| | |
| | | import com.java110.dto.fee.FeeConfigDto; |
| | | import com.java110.intf.acct.IIntegralRuleFeeV1InnerServiceSMO; |
| | | import com.java110.intf.fee.IFeeConfigInnerServiceSMO; |
| | | import com.java110.po.integralRuleFee.IntegralRuleFeePo; |
| | | import com.java110.po.integral.IntegralRuleFeePo; |
| | | import com.java110.utils.exception.CmdException; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | |
| | | |
| | | @Override |
| | | public void validate(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) { |
| | | Assert.hasKeyAndValue(reqJson, "ircId", "ircId不能为空"); |
| | | Assert.hasKeyAndValue(reqJson, "irfId", "irfId不能为空"); |
| | | Assert.hasKeyAndValue(reqJson, "communityId", "communityId不能为空"); |
| | | |
| | | } |