This commit is contained in:
Kop-Shawn
2020-06-02 21:03:56 +08:00
parent 8f12db143e
commit fae8b2a028

View File

@@ -41,7 +41,7 @@ var flags = new Map([[ "AC" , "🇦🇨" ] , [ "AF" , "🇦🇫" ] , [ "AI" , "
var body = $response.body;
var obj = JSON.parse(body);
var title =flags.get(obj['countryCode']) + ' '+ Area_check(obj['country']);
var subtitle ='👥'+City_ValidCheck(obj['city'])+'-'+'['+ ISP_ValidCheck(obj['org'])+']';
var subtitle ='🤖 '+City_ValidCheck(obj['city'])+'-'+'['+ ISP_ValidCheck(obj['org'])+']';
var ip = obj['query'];
var description = '服务商:'+obj['isp'] + '\n'+'地区:' +City_ValidCheck(obj['regionName'])+ '\n' + 'IP:'+ obj['query'] + '\n' +'时区:'+ obj['timezone'];
$done({title, subtitle, ip, description});