admin
2022-01-12 4a7367a869ef12375ea6678ca44e102b8919c624
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";
 
}