feat: 初次提交测试

This commit is contained in:
wds
2021-05-25 14:54:49 +08:00
parent 5b5c61e0a7
commit 39ca9da5e9
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
*.iml
.gradle
/.idea
/local.properties
/.idea/caches
/.idea/libraries
Generated
+6
View 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;