后台协议添加,快递鸟相关常数,正式服务器相关参数改动,快递鸟相关接口,苹果相关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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user