Explorar el Código

checkauth param bug

billyyoyo hace 6 años
padre
commit
e9510a59cf
Se han modificado 1 ficheros con 1 adiciones y 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()) {