admin
2024-10-16 7fa83e5dd03f7896bd1d1e8c47f5e926ff3d4ba0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ks.push.utils;
 
/**
 * @author Administrator
 * @title: Constant
 * @description: TODO
 * @date 2021/9/17 10:58
 */
public class Constant {
 
    //消息回执
    public final static String PUSH_CALLBACK_XM_URL = "https://cb.push.banliapp.com:444/callback/xm";
    public final static String PUSH_CALLBACK_OPPO_URL = "https://cb.push.banliapp.com:444/callback/oppo";
    public final static String PUSH_CALLBACK_VIVO_URL = "https://cb.push.banliapp.com:444/callback/vivo";
 
}