## 添加本機公網IP到獲取IP列表白名單
~~~[api]
get:https://www.thinkjuly.com/api/system_user_white_ip_add
*string:type=api#類型,填寫默認值
*string:this_ip=1#是否是這個IP,填寫1
*string:api_token=xxxxxx#通信的token,可在獲取IP列表的鏈接中提取
<<<
success
{
"code": 200,
"msg": "設置成功",
"data": []
}
<<<
error
{
"code": 0,
"msg": "失敗,xxx",
"data": []
}
~~~
鏈接demo:
http://proxy.northwith.com/api/system_user_white_ip_add?type=api&this_ip=1&api_token=1_a89c01e7e32ab7124309b12df54db67d
**備注:末尾參數為api_token,必填,可在獲取IP的鏈接中提取到。同時兼容post請求,請注意不要漏參!!!
重要備注:內部接口,白名單數量無上限!!!**