Commit d4c61a72a0195cb221f54c64651ba267643ce631
1 parent
6b12e7fc
搭建网络请求框架
Showing
1 changed file
with
3 additions
and
1 deletions
app/strike/src/main/java/com/cnlive/strike/MyFragment.java
| ... | ... | @@ -71,9 +71,11 @@ public class MyFragment extends BaseFragment<MyFragmentView, MyPresenter> { |
| 71 | 71 | |
| 72 | 72 | } |
| 73 | 73 | }); |
| 74 | + | |
| 75 | + | |
| 76 | + //多个请求 | |
| 74 | 77 | Map<String, String> param = new HashMap<>(); |
| 75 | 78 | param.put("sid", "358916"); |
| 76 | - //多个请求 | |
| 77 | 79 | HttpConn.action( |
| 78 | 80 | BaseRequest.service(ApiService.class) |
| 79 | 81 | .getLetHimNoSee(param) | ... | ... |