Lấy thông tin gói dịch vụ
Request
GET: https://omocaptcha.com/api/getServicePrice?type=package
Response
{
"error": false,
"package": [
{
"name": "Combo Funcaptcha",
"price": "0.15"
}
],
"message": "Get service success."
}
error
Lỗi true/falsepackage
Mảng danh sách gói dịch vụname
Tên gói dịch vụprice
Giá /1000 lượt giảimessage
Thông báo lấy api thành công hay thất bại
Last updated