cidIOS和安卓相同
This commit is contained in:
parent
de1e0f402b
commit
f016398d3d
|
|
@ -37,9 +37,9 @@ import java.util.Map;
|
|||
@Slf4j
|
||||
public class MobV2PushUtilIOS {
|
||||
|
||||
public static final String appKey = "QwyHsKpc0I9BQMk9Xysx74";
|
||||
public static final String appId = "yuBG87yWEt6SXrwBSSvjy1 ";
|
||||
public static final String masterSecret = "PpidsIbMSs7EQddDMHAh81";
|
||||
public static final String appKey = "9f5Nw6Bvb982HvsN3sG1y5";
|
||||
public static final String appId = "jzSkfM0Wsk8uSDL2zwGu07 ";
|
||||
public static final String masterSecret = "rKk62FdLE486boNJHWBPb1";
|
||||
|
||||
public String getToken() throws IOException, NoSuchAlgorithmException {
|
||||
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ public class TokenUtil {
|
|||
String s1 = UUID.randomUUID().toString();
|
||||
System.out.println(s1);
|
||||
String param = "{\"ordNo\":\"2017031601582703488262843972\",\"mno\":\"399190513665034\"}";
|
||||
Map<String, String> token = getToken(s, s1, APP_SECRET, param);
|
||||
Map<String, String> token = getToken(s, s1, APP_ID);
|
||||
System.out.println(token);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -85,8 +85,8 @@ spring:
|
|||
|
||||
rabbitmq:
|
||||
username: admin
|
||||
password: CZGmysqlroot@123
|
||||
host: 192.168.1.114
|
||||
password: admin
|
||||
host: 127.0.0.1
|
||||
port: 5672
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
spring:
|
||||
profiles:
|
||||
include: common, ryx, ys
|
||||
active: dev
|
||||
active: prod
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 100MB
|
||||
|
|
|
|||
Loading…
Reference in New Issue