feat: 初次提交测试
This commit is contained in:
parent
5b5c61e0a7
commit
39ca9da5e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
*.iml
|
*.iml
|
||||||
.gradle
|
.gradle
|
||||||
|
/.idea
|
||||||
/local.properties
|
/local.properties
|
||||||
/.idea/caches
|
/.idea/caches
|
||||||
/.idea/libraries
|
/.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();
|
.build();
|
||||||
|
|
||||||
mApiService = retrofit.create(mServiceClass);
|
mApiService = retrofit.create(mServiceClass);
|
||||||
|
|
||||||
|
System.out.println("");
|
||||||
}
|
}
|
||||||
|
|
||||||
return mApiService;
|
return mApiService;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user