mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 软杰停车平台相关逻辑
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user