Nếu IP của bạn bị chặn bởi clouldfare hãy liên hệ để được hỗ trợ
URL API: https://buffott.com/api/price.aspx
METHOD: POST, GET
Để lấy tất cả danh sách dịch vụ và giá:
{"api_token":"API_TOKEN"}
Để lấy từng dịch vụ và giá:
{"type_api":"facebook.buff.like","api_token":"API_TOKEN"}
URL API: https://buffott.com/api/v1/server.aspx
METHOD: POST
Để mua dịch vụ:
{"uid":xxxxx,"url":"https://www.facebook.com/xxxxx/posts/xxxxxxx","channel":1,"type":1,"max":100,"rate":17,"type_method":"add","type_api":"facebook.buff.like","api_token":"API_TOKEN"}
Trường rate có thể có hoặc không, nếu rate thấp hơn thực tế thì sẽ báo lỗi. Dùng để kiểm tra giá nếu hệ thống nâng giá dịch vụ bạn sẽ không bị bán lỗ.
Để lấy tất cả danh sách dịch vụ đã mua:
{"type_method":"view","type_api":"facebook.buff.like","api_token":"API_TOKEN","limit":1000}
Để lấy dịch vụ đã mua theo id:
{"id":xxx,"type_method":"view","type_api":"facebook.buff.like","api_token":"API_TOKEN"}
Để lấy dịch vụ đã mua theo danh sách id:
{"ids":"id1,id2,id3,...","type_method":"view","type_api":"facebook.buff.like","api_token":"API_TOKEN"}
Để hủy dịch vụ:
{ "id":17,"type_method":"del","type_api":"facebook.buff.like","api_token":"API_TOKEN"}
RESPONSE: JSON
Mã phản hồi thành công:
{ "code":200,"message":"xxxx","id"=>"xxxx","service_code":"xxxx","service_id":"xxxx"}
Mã phản hồi thất bại:
{ "code":500,"message":"xxxx"}