Browse Source

上传信息修改为POST方法

zengjiebin 7 years ago
parent
commit
aa0c100ce0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/model/api/ApiService.java

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/model/api/ApiService.java

@@ -135,7 +135,7 @@ public interface ApiService {
     /**
      * 用户设备信息记录
      */
-    @PUT("app/user/user_device_log/")
+    @POST("app/user/user_device_log/")
     Observable<BaseMessage> postUserDeviceLog(@Body JSONObject jsonObject);
 
     /**