igl 2 månader sedan
förälder
incheckning
05f794e8e3

+ 7 - 1
vehicle-client/src/main/java/com/chelvc/cloud/vehicle/client/constant/TradeConstant.java

@@ -3,12 +3,18 @@ package com.chelvc.cloud.vehicle.client.constant;
 public interface TradeConstant {
 
     /**
-     * 服务商id
+     * 首信易服务商id
      */
     static final String PARTNER_ID = "893951545";
 
+    /**
+     * 微信小程序appid
+     */
     static final String APPID = "wx593877b3c990b15c";
 
+    /**
+     * 微信小程序商户号
+     */
     static final String MCH_ID = "1692584316";
 
     /**