当前位置:网站首页>How to quickly query the online status of mobile phones

How to quickly query the online status of mobile phones

2022-06-13 00:09:00 grownto9

The online status of the mobile phone number refers to the status of the user's mobile phone number in the operation logo , I.e. whether it is normal 、 downtime 、 Availability, etc . The length of mobile phone online is applicable to Internet finance 、 Car rental and other scenarios that need to assess the risk by using the user's mobile phone number for a long time .

The mobile phone is online API, Incoming mobile number , Query the online duration of the mobile phone number , Return to the time interval , Support mobile 、 telecom 、 Unicom mobile phone number .

APISpace There are many free universal API Interface , Using these interfaces can help you realize and develop many functions , Web pages with stable services 、APP And the little program , It is a good choice for both hands training and actual combat .

Interface details

Be careful : In the interface request header X-APISpace-Token Need to register APISpace Account , Automatically generated after successful registration , All API Universal .

The mobile phone is online

  • Address of the interface : Click to see
  • Returns the format :JSON
  • Request method :POST
  • Request example :
    • mobile: Pre validation 11 Phone number , And encrypted data fields , Required .
    • encrypt: Encryption type [md5/sha256], Required .
    • encryptFields: Encrypt data [mobile], Required .
  • Return to example :
{
    
    "chargeStatus": 1,
    "message": " success ",
    "data": {
    
        "result": {
    
            "provider": 3,
            "status": 1
        },
        "msg": " The request is successful ",
        "code": "0",
        "fee": 1
    },
    "code": "200000"
}
原网站

版权声明
本文为[grownto9]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/163/202206122355012962.html