Explorar o código

上传信息修改为POST方法

zengjiebin %!s(int64=7) %!d(string=hai) anos
pai
achega
aa0c100ce0

+ 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);
 
     /**