只提供有价值的数字资源
自助下单平台
API 分销商接口
HTTP Method | POST |
API URL | https://www.8bfp.com/api/ |
Response format | JSON |
Service list
参数 | 描述 |
---|---|
key | 12位卡密 |
action | services |
返回json
[{ "sku": "ins-follower-vip", "name": "Ins优质粉(包补30天)", "type": "onetime", "category": "Ins推广", "rate": 80.0, "min": 100, "max": 150000, "refill": false }, { "sku": "ins-follower-good", "name": "Ins普通粉", "type": "onetime", "category": "Ins推广", "rate": 60.0, "min": 100, "max": 100000, "refill": false } ]
Add order
返回json
{ 'balance_after': 9820.4, 'balance_before': 9828.4, 'charge': 8.0, 'currency': 'CNY', 'link': 'https://www.baidu.com', 'msg': '', 'order': '9ccd8e618c35cd8869b05cbd199cbd9', 'quantity': 1000, 'sku': 'google-seo-sem-cheap', 'status': 'success' }
Order status
参数 | 描述 |
---|---|
key | 12位卡密 |
action | status |
order | Order id [多个order 请以英文逗号,分割] |
返回json
{ "3915ccaa63204685a8b56df03e88bede": { "charge": 4.0, "url": "https://www.instagram.com/superip/", "count": 100, "status": "completed", "currency": "CNY", "start_count": 230, "remains": 0, "refund": false }, "90fe7e3c3cc442758ae09e07d081b14f": { "charge": 19.6, "url": "https://twitter.com/luc139", "count": 200, "status": "canceled", "currency": "CNY", "start_count": 0, "remains": 200, "refund": true } }
User balance
参数 | 描述 |
---|---|
key | 12位卡密 |
action | balance |
返回json
{ "balance": "100.84292", "currency": "CNY" }