## 添加本机公网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请求,请注意不要漏参!!!
重要备注:内部接口,白名单数量无上限!!!**