接口 | 说明 |
---|---|
PaidLiveRequestManager.PaidCallback |
类 | 说明 |
---|---|
PaidBroadcastReport |
Created by LeoLiang on 2018/3/23.
|
PaidLiveFetchPrivateKeyRequest |
Created by LeoLiang on 2018/3/16.
|
PaidLiveFetchPrivateKeyRequest.Result |
{
status: "200",
msg: "",
data: {
gold: "4955",//用户剩余金额
pgold: "",//花费金额
passwd: "123456",密码
ispvt: "0"
}
}
|
PaidLiveFetchRequest |
Created by LeoLiang on 2018/3/16.
|
PaidLiveFetchRequest.Result |
{
status: "200",
msg: "",
data: {
pdesc: "", //描述
pgold: "", //需要收取的金额
passwd: "",//如果已经支付过会直接告诉密码
ispvt: "0" //视频类型,是否私密直播,0普通,1收费,2密码直播间
}
}
|
PaidLiveManager |
Created by LeoLiang on 2018/3/16.
|
PaidLiveRequestManager |
Created by LeoLiang on 2018/3/16.
|