Browse Source

Merge branch 'release_toaliyun_real_202112' of https://git.malls.iformall.com/server/formallProject into release_toaliyun_real_202112

release_toaliyun_real
xhxu 4 years ago
parent
commit
9ace0a7e53
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/park/impl/haikangweishi/HaiKangWeiShiUtil.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/park/impl/haikangweishi/HaiKangWeiShiUtil.java View File

@@ -58,8 +58,8 @@ public class HaiKangWeiShiUtil {
public static final String TOKEN_URL = "https://open.hikyun.com/artemis/oauth/token";
public static final String CHALLENGE_CODE = "https://open.hikyun.com/artemis/api/eits/v1/challengeCode";
public static final String AUTHROZITAION = "https://open.hikyun.com/artemis/api/eits/v1/login";
public static final String GET_FEE = "https://open.hikyun.com/api/pmsc/v1/pay/quickGetVehicleBill";
public static final String COUPON_USE = "https://open.hikyun.com/api/pmsc/v1/coupon/addition";
public static final String GET_FEE = "https://open.hikyun.com/artemis/api/pmsc/v1/pay/quickGetVehicleBill";
public static final String COUPON_USE = "https://open.hikyun.com/artemis/api/pmsc/v1/coupon/addition";
public static final String SUBSCRIPTION = "https://open.hikyun.com/artemis/api/pmsc/v1/sub/subscription";



Loading…
Cancel
Save