新增 软杰停车平台相关逻辑

This commit is contained in:
Lemon
2023-09-22 15:53:56 +08:00
parent 6319856269
commit fd0edde8ea
4 changed files with 80 additions and 15 deletions

View File

@@ -29,6 +29,8 @@ public class RJServiceImpl implements RJService {
private static final String SECRET_KEY = "ced9ar3ingZ";
private static final String FCUST_NO = "390099";
/**
* 软杰--使用优惠券
* @param dto
@@ -40,7 +42,7 @@ public class RJServiceImpl implements RJService {
JSONObject jsonObject = new JSONObject();
jsonObject.put("fCustID", 0);
jsonObject.put("fCustNo", "390099");
jsonObject.put("fCustNo", FCUST_NO);
jsonObject.put("fBusID", 0);
jsonObject.put("fInTime", 0);
jsonObject.put("fPlateCode", dto.getFPlateCode());