Skip to content

Instantly share code, notes, and snippets.

@iTonyYo
Last active June 25, 2023 07:26
Show Gist options
  • Save iTonyYo/92ae1becabc3b2f9da27e96b5d9d108d to your computer and use it in GitHub Desktop.
Save iTonyYo/92ae1becabc3b2f9da27e96b5d9d108d to your computer and use it in GitHub Desktop.
$httpClient.get('https://api.my-ip.io/ip', function (error, response, data) {
$done({
title: '当前 IP 地址',
content: data,
backgroundColor: '#000000',
icon: 'network',
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment