后台协议添加,快递鸟相关常数,正式服务器相关参数改动,快递鸟相关接口,苹果相关cid配置,改变提示,登录接口改为post请求,微信跳转连接
This commit is contained in:
@@ -276,6 +276,14 @@ public class ParameterConfig {
|
||||
@Value("${parameter.SJ_APPSECRET}")
|
||||
public String SJ_APPSECRET;
|
||||
|
||||
/**
|
||||
* 快递相关(快递鸟)
|
||||
*/
|
||||
@Value("${express.USERID}")
|
||||
public String USERID;
|
||||
@Value("${express.APIKEY}")
|
||||
public String APIKEY;
|
||||
|
||||
@PostConstruct
|
||||
public void init() {
|
||||
ParametersUtil.upload_save_path = upload_save_path;
|
||||
@@ -322,6 +330,8 @@ public class ParameterConfig {
|
||||
ParametersUtil.LESHUA_API=LESHUA_API;
|
||||
ParametersUtil.SJ_APPID = SJ_APPID;
|
||||
ParametersUtil.SJ_APPSECRET = SJ_APPSECRET;
|
||||
ParametersUtil.USERID = USERID;
|
||||
ParametersUtil.APIKEY = APIKEY;
|
||||
|
||||
SxfConfg.init(sxfDomain, publicKey, orgId);
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ public class MobV2PushUtilIOS {
|
||||
|
||||
public static final String appKey = "QwyHsKpc0I9BQMk9Xysx74";
|
||||
public static final String appId = "yuBG87yWEt6SXrwBSSvjy1 ";
|
||||
public static final String masterSecret = "QwyHsKpc0I9BQMk9Xysx74";
|
||||
public static final String masterSecret = "PpidsIbMSs7EQddDMHAh81";
|
||||
|
||||
public String getToken() throws IOException, NoSuchAlgorithmException {
|
||||
|
||||
|
||||
@@ -199,5 +199,11 @@ public class ParametersUtil {
|
||||
* @date: 2021/9/23 10:27
|
||||
*/
|
||||
public static String SJ_APPSECRET;
|
||||
|
||||
/**
|
||||
* 快递相关(快递鸟)
|
||||
*/
|
||||
public static String USERID;
|
||||
public static String APIKEY;
|
||||
}
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ parameter:
|
||||
APPLETS_APPID: wxc2bb94c0ddda1032
|
||||
#小程序密钥
|
||||
APPLETS_SECRET: 625cbce8772629312e42e8278a8d6889
|
||||
APPSECRET: 4e00bbf3fc75a1ff68ce866fd13f2bcc
|
||||
APPSECRET: 8492a7e8d55bbb1b57f5c8276ea1add0
|
||||
# b84ee0efaa0d9a649746ac65525f8e10
|
||||
#IOS端公众号
|
||||
APPID_IOS: wx212769170d2c6b2a
|
||||
@@ -156,3 +156,11 @@ sxf:
|
||||
getui:
|
||||
domain: https://restapi.getui.com/v2/${getui.appId}
|
||||
appId: jzSkfM0Wsk8uSDL2zwGu07
|
||||
|
||||
#快递(快递鸟)
|
||||
express:
|
||||
USERID: 1778214
|
||||
APIKEY: 63e75d64-e8fd-4dcc-93fa-17dc710cdf04
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user