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