版本更改

This commit is contained in:
18401019693 2022-09-08 13:49:09 +08:00
parent f18e847baf
commit 9fe02946ef

View File

@ -165,7 +165,7 @@ public class CommonHttpUtil {
//或者仅仅使用 locale = Locale.getDefault(); 不需要考虑接口 deprecated(弃用)问题
HttpClient.getInstance().get("Home.getConfig", CommonHttpConsts.GET_CONFIG)
.params("langue", lang)
.params("version", "6.4.0")
.params("version", "6.4.1")
.execute(new HttpCallback() {
@Override
public void onSuccess(int code, String msg, String[] info) {