修复:修改关播接口上传参数

This commit is contained in:
18401019693 2022-12-16 16:22:15 +08:00
parent efc20c644a
commit 2c6e88500a
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ ext {
buildToolsVersion: "28.0.3",
minSdkVersion : 21,
targetSdkVersion : 31,
versionCode : 401,
versionName : "6.4.6"
versionCode : 402,
versionName : "6.4.7"
]
manifestPlaceholders = [
//

View File

@ -398,7 +398,7 @@ public class LivePushRyViewHolder extends AbsRyLivePushViewHolder implements ITX
HttpClient.getInstance().get("Livepk.endPK", "Livepk.endPK")
.params("uid", CommonAppConfig.getInstance().getUid())
.params("addtime", "00:00")
.params("addtime", "1")
.params("type", "1")
.params("sign", "1")
.execute(new HttpCallback() {