Explorar o código

checkauth param bug

billyyoyo %!s(int64=6) %!d(string=hai) anos
pai
achega
e9510a59cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/src/main/java/com/sheep/gamegroup/util/CommonUtil.java

+ 1 - 1
app/src/main/java/com/sheep/gamegroup/util/CommonUtil.java

@@ -1433,7 +1433,7 @@ public class CommonUtil {
         SheepApp.getInstance()
                 .getNetComponent()
                 .getApiService()
-                .checkAuth(SheepApp.getInstance().getGameId(), token, 1, face)
+                .checkAuth(token, SheepApp.getInstance().getGameId(), 1, face)
                 .subscribeOn(Schedulers.io())
                 .observeOn(AndroidSchedulers.mainThread())
                 .subscribe(new SheepSubscriber<BaseMessage>(SheepApp.getInstance()) {