Generate commands after login

Countries/Regions

View countries/regions code

Request parameter description

Example of return result

  • {
  • "code": 0
  • "success": true,
  • "msg": "0",
  • "data": [
  • { "ip":"47.244.192.12","port":16098 },
    { "ip":"47.244.192.12","port":15698 }
  • ]
  • }

Result description

Status code information

Add whitelist interface

Returned messages

  • abnormal
  • {
  • "code" : -1;
  • "data" : null;
  • "message" : descriptive information;
  • }
  • {
  • "code" : 1007;
  • "data" :{
  • "existIp": Existing IP collection;
  • "errorRegionIp": A collection of mainland China IPs that are not covered by the service
  • }
  • "message" : Failed to add existing IP;
  • }
  • success
  • {
  • "code" : 200;
  • "data" : {
  • "total" : The number of whitelists can be increased (-1 means unlimited);
  • "used" : used quantity;
  • "whiteStatus" : whitelist status;
  • "list" : [xxx, xxx]; //whitelist data
  • }
  • "message" : descriptive information;
  • }

Status code information

User access IPIPGO code demo

Python language
GO language
C# language
JavaScript language
Java language
Kotlin language
Php language
Easy language