Skip to content

adminomocaptcha/OMOCaptcha-Documents

Repository files navigation

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 %}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors