You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
{
"items": [
{
"unique_id": "idx1", // [可选] 唯一编号,防止重复下单
"name": "充值100",
"amount": 100,
"auto_renew": true
},
{
"unique_id": "idx2", // [可选] 唯一编号,防止重复下单
"name": "充值200",
"amount": 200,
"auto_renew": false
},
{
"unique_id": "idx2", // [可选] 唯一编号,防止重复下单
"name": "充值500",
"amount": 500,
"auto_renew": false
}
],
"params": "a=1&b=2",
"return_url": "https://t.me/CSFatherBot?start=xxxxxxx"
}