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"; /** * 代表请求成功 */ public static final String SUCCESS = "0001"; //代表token过期的code值 public static final int TOKEN_INVALID = -10001; /** * 更新下载的文件名称 */ public static final String DOWN_LOAD_FILE_NAME = "downName"; public final static int RESULT_OK = 101; }