fixed compile error

This commit is contained in:
strawmanbobi
2025-10-19 20:58:28 +08:00
parent 089fa5a3a4
commit f732138cb4
3 changed files with 11 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ public class IndexFragment extends BaseCreateFragment {
@Override
public void run() {
mApp.mWeAPIs.listRemoteIndexes(mParent.getCurrentCategory().getId(),
mBrandId, mCityCode, mOperatorId, mListIndexesCallback);
mBrandId, mCityCode, mOperatorId, 0, mListIndexesCallback);
}
}.start();
}