admin
2020-08-14 aeab5e7844802a3324b8677ef3e43e9760c5f41e
1
2
3
4
5
6
7
8
9
package com.ysh.wpc.appupdate.api;
 
public class APPUpdateConstant {
 
    public static final String HOST = "http://update.yeshitv.com:8090/";// 外网
 
    // public static final String HOST = "http://192.168.1.122:8080/";
 
}