Modify:移除URL的设置
This commit is contained in:
@ -8,7 +8,7 @@ package com.quyunshuo.androidbaseframemvvm.net
|
|||||||
*/
|
*/
|
||||||
internal object NetBaseUrlConstant {
|
internal object NetBaseUrlConstant {
|
||||||
|
|
||||||
val MAIN_URL = "https://www.baidu.com"
|
val MAIN_URL = ""
|
||||||
get() {
|
get() {
|
||||||
if (field.isEmpty()){
|
if (field.isEmpty()){
|
||||||
throw NotImplementedError("请求改你的 MAIN_URL 的值为自己的请求地址")
|
throw NotImplementedError("请求改你的 MAIN_URL 的值为自己的请求地址")
|
||||||
|
|||||||
Reference in New Issue
Block a user