Procházet zdrojové kódy

checkauth param bug

billyyoyo před 6 roky
rodič
revize
e9510a59cf

+ 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()) {