|
|
@@ -210,10 +210,9 @@ public class KxsMerchantServiceImpl extends ServiceImpl<KxsMerchantMapper, KxsMe
|
|
|
.posSn(kxsMachine.getPosSn())
|
|
|
.brandId(kxsMachine.getBrandId())
|
|
|
.feeRate(param.getMachineRatio())
|
|
|
+ .callBackUrl("")
|
|
|
.build();
|
|
|
- HashMap<String, Object> reqParam = new HashMap<>();
|
|
|
- reqParam.put("value", JSON.toJSONString(req));
|
|
|
- R res = remoteOldService.feeSet(reqParam);
|
|
|
+ R res = remoteOldService.feeSet(req);
|
|
|
|
|
|
if(res.getStatus() != CommonConstants.SUCCESS){
|
|
|
throw new GlobalCustomerException("修改费率失败");
|