校园-江西科技师范大学-前端
shuishen
2023-12-04 57b36feeb74111aa477c8aac86feab7452a009c8
src/api/mobile/ip/index.js
@@ -4,15 +4,15 @@
 * @Last Modified by: liu
 * @Last Modified time: 2021-12-15 16:43:48
 */
// 党群机构
import request from '@/router/axios'
// 党政机构
import request from "@/router/axios";
export const getIp = (params) => {
    return request({
        // url: 'https://apis.map.qq.com/ws/location/v1/ip',
        // let url = `https://apis.map.qq.com/ws/location/v1/ip?ip=${data.ip}&key=${data.key}`;
        url: `http://192.168.31.179:9898/ws/location/v1/ip?ip=${params.ip}&key=${params.key}`,
        method: 'get',
        // params: params
    })
}
  return request({
    // url: 'https://apis.map.qq.com/ws/location/v1/ip',
    // let url = `https://apis.map.qq.com/ws/location/v1/ip?ip=${data.ip}&key=${data.key}`;
    url: `http://192.168.31.179:9898/ws/location/v1/ip?ip=${params.ip}&key=${params.key}`,
    method: "get",
    // params: params
  });
};