apifm-webapi 25.6.31 → 25.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -1612,6 +1612,9 @@ module.exports = {
1612
1612
  commonIPV2: (ip = '') => {
1613
1613
  return request('https://common.apifm.com/' + subDomain + '/common/ip', false, 'get', { ip })
1614
1614
  },
1615
+ commonIPV3: (ip = '') => {
1616
+ return request('https://common.apifm.com/' + subDomain + '/common/ip/v2', false, 'get', { ip })
1617
+ },
1615
1618
  peisongfei: () => {
1616
1619
  return request('/fee/peisong/list', true, 'get')
1617
1620
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "apifm-webapi",
3
- "version": "25.06.31",
4
- "description": "map接口升级到version 2.0",
3
+ "version": "25.7.2",
4
+ "description": "增加commonIPV3",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"