修复:修改关播接口上传参数
This commit is contained in:
parent
efc20c644a
commit
2c6e88500a
@ -4,8 +4,8 @@ ext {
|
|||||||
buildToolsVersion: "28.0.3",
|
buildToolsVersion: "28.0.3",
|
||||||
minSdkVersion : 21,
|
minSdkVersion : 21,
|
||||||
targetSdkVersion : 31,
|
targetSdkVersion : 31,
|
||||||
versionCode : 401,
|
versionCode : 402,
|
||||||
versionName : "6.4.6"
|
versionName : "6.4.7"
|
||||||
]
|
]
|
||||||
manifestPlaceholders = [
|
manifestPlaceholders = [
|
||||||
//正式
|
//正式
|
||||||
|
@ -398,7 +398,7 @@ public class LivePushRyViewHolder extends AbsRyLivePushViewHolder implements ITX
|
|||||||
|
|
||||||
HttpClient.getInstance().get("Livepk.endPK", "Livepk.endPK")
|
HttpClient.getInstance().get("Livepk.endPK", "Livepk.endPK")
|
||||||
.params("uid", CommonAppConfig.getInstance().getUid())
|
.params("uid", CommonAppConfig.getInstance().getUid())
|
||||||
.params("addtime", "00:00")
|
.params("addtime", "1")
|
||||||
.params("type", "1")
|
.params("type", "1")
|
||||||
.params("sign", "1")
|
.params("sign", "1")
|
||||||
.execute(new HttpCallback() {
|
.execute(new HttpCallback() {
|
||||||
|
Loading…
Reference in New Issue
Block a user