Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 771 Bytes

File metadata and controls

31 lines (25 loc) · 771 Bytes

Lấy thông tin gói dịch vụ

Request

GET: https://omocaptcha.com/api/getServicePrice?type=package

Response

{% tabs %} {% tab title="Thành công" %}

{
  "error": false,
  "package": [
    {
      "name": "Combo Funcaptcha",
      "price": "0.15"
    }
  ],
  "message": "Get service success."
}
  • error Lỗi true/false
  • package Mảng danh sách gói dịch vụ
  • name Tên gói dịch vụ
  • price Giá /1000 lượt giải
  • message Thông báo lấy api thành công hay thất bại {% endtab %} {% endtabs %}