feat: 初次提交测试
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
*.iml
|
||||
.gradle
|
||||
/.idea
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/libraries
|
||||
|
||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -73,6 +73,8 @@ public class DataService {
|
||||
.build();
|
||||
|
||||
mApiService = retrofit.create(mServiceClass);
|
||||
|
||||
System.out.println("");
|
||||
}
|
||||
|
||||
return mApiService;
|
||||
|
||||
Reference in New Issue
Block a user