在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
获取微信服务器IP地址 原文链接:http://www.cnblogs.com/devinlee/p/4282521.html 扫下方二维码关注,测试效果 const ServerIpUrl = 'https://api.weixin.qq.com/cgi-bin/getcallbackip?&access_token=%s'; procedure GetServerList(out List: TStringList; AccessToken: String); var Url: string; J: TJSONObject; temp: String; begin Url := Format(ServerIpUrl, [Access_Token]); J := TJSONObject.ParseJSONValue(GetMethod(Url, 1)) as TJSONObject; try if J.Count > 0 then begin temp := J.GetValue('ip_list').ToString; delete(temp, 1, 1); delete(temp, Length(temp), 1); List.DelimitedText := temp; end; finally J.Free; end; end;
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论