管灌系统巡查员智能手机App
zuoxiao
2025-01-18 b3e7f379e72111f55a28c302804702ee7c66bfa2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package com.dayu.pipirrapp.net;
 
/**
 * Copyright (C), 2023,
 * Author: zuo
 * Description:
 */
public class Constants {
    //    public static final String BASE_URL = "http://192.168.10.52:8088";
    public static final String BASE_URL = "https://no253541tf71.vicp.fun";
    //public static final String BASE_URL = "http://fve2iz.natappfree.cc";
    public static final String BASE_UPLOAD_FILE_URL = "https://no253541tf71.vicp.fun";
    /**
     * 代表请求成功
     */
    public static final String SUCCESS = "0001";
    //代表token过期的code值
    public static final String TOKEN_INVALID = "0000";
 
    /**
     * 更新下载的文件名称
     */
    public static final String DOWN_LOAD_FILE_NAME = "downName";
 
    public final static int RESULT_OK = 101;
}