cidIOS和安卓相同

This commit is contained in:
liuyingfang 2023-06-09 09:59:05 +08:00
parent de1e0f402b
commit f016398d3d
4 changed files with 7 additions and 7 deletions

View File

@ -37,9 +37,9 @@ import java.util.Map;
@Slf4j @Slf4j
public class MobV2PushUtilIOS { public class MobV2PushUtilIOS {
public static final String appKey = "QwyHsKpc0I9BQMk9Xysx74"; public static final String appKey = "9f5Nw6Bvb982HvsN3sG1y5";
public static final String appId = "yuBG87yWEt6SXrwBSSvjy1 "; public static final String appId = "jzSkfM0Wsk8uSDL2zwGu07 ";
public static final String masterSecret = "PpidsIbMSs7EQddDMHAh81"; public static final String masterSecret = "rKk62FdLE486boNJHWBPb1";
public String getToken() throws IOException, NoSuchAlgorithmException { public String getToken() throws IOException, NoSuchAlgorithmException {

View File

@ -90,7 +90,7 @@ public class TokenUtil {
String s1 = UUID.randomUUID().toString(); String s1 = UUID.randomUUID().toString();
System.out.println(s1); System.out.println(s1);
String param = "{\"ordNo\":\"2017031601582703488262843972\",\"mno\":\"399190513665034\"}"; 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); System.out.println(token);

View File

@ -85,8 +85,8 @@ spring:
rabbitmq: rabbitmq:
username: admin username: admin
password: CZGmysqlroot@123 password: admin
host: 192.168.1.114 host: 127.0.0.1
port: 5672 port: 5672

View File

@ -1,7 +1,7 @@
spring: spring:
profiles: profiles:
include: common, ryx, ys include: common, ryx, ys
active: dev active: prod
servlet: servlet:
multipart: multipart:
max-file-size: 100MB max-file-size: 100MB