提交代码

yy_dev
胡锐 2 years ago
parent 042cbff3d4
commit 6c9d6496fd
  1. 1
      service/src/main/java/com/hfkj/channel/saas/SaasMerService.java

@ -218,6 +218,7 @@ public class SaasMerService {
body.put("longtude", "0.0"); body.put("longtude", "0.0");
body.put("source", "H5"); body.put("source", "H5");
body.put("settleType", "D1"); body.put("settleType", "D1");
body.put("settlementType", "AUTOMATIC");
saasMerRequest.addMerchant(body); saasMerRequest.addMerchant(body);
Map<String,Object> header = new HashMap<>(); Map<String,Object> header = new HashMap<>();

Loading…
Cancel
Save