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

View File

@@ -73,6 +73,8 @@ public class DataService {
.build();
mApiService = retrofit.create(mServiceClass);
System.out.println("");
}
return mApiService;