-
Notifications
You must be signed in to change notification settings - Fork 5
app live silver to coin
kotoriのねこ edited this page Apr 4, 2020
·
1 revision
key | value |
---|---|
access_key | |
appkey | 1d8b6e7d45233436 |
build | 5511400 |
channel | bili |
mobi_app | android |
platform | android |
statistics | |
ts | 1576xxxxxx |
sign |
name | ps |
---|---|
url | http://api.live.bilibili.com/pay/v1/Exchange/getStatus |
host | api.live.bilibili.com |
path | /pay/v1/Exchange/getStatus |
method | GET |
Content-Type | application/x-www-form-urlencoded |
key | |
---|---|
access_key | |
actionKey | appkey |
{
"code": 0,
"msg": "success",
"message": "success",
"data": {
"silver": 2302118,
"gold": 50000,
"coin": 457,
"bp": 457,
"coin_2_silver_left": 50,
"silver_2_coin_left": 1,
"num": 50,
"status": 1,
"vip": 0
}
}
name | ps |
---|---|
url | http://api.live.bilibili.com/pay/v1/Exchange/silver2coin |
host | api.live.bilibili.com |
path | /pay/v1/Exchange/silver2coin |
method | POST |
Content-Type | application/x-www-form-urlencoded |
key | |
---|---|
access_key | |
actionKey | appkey |
num | 1 |
{
"code": 0,
"msg": "兑换成功",
"message": "兑换成功",
"data": {
"gold": "50000",
"silver": "2301418",
"tid": "a5cdb6bc2e67bc2808df694af9ec4d7d213c",
"coin": 1
}
}