| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-11-15 15:10:41 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-01-09 10:14:34 |
| | | * @LastEditTime: 2023-02-09 10:46:18 |
| | | * @FilePath: \srs-police-affairs\src\api\police\index.js |
| | | * @Description: |
| | | * |
| | |
| | | export const getHistoricalTrack = (params, requestBaseUrl = 'outside') => { |
| | | return request({ |
| | | // 平台ID在这里更换,不要传了内网使用 |
| | | // url: `/position/history/36110000002009999000`, |
| | | url: `/position/history/36110000002009999000`, |
| | | // 开发使用 |
| | | url: `/position/history/34020000002000000003`, |
| | | // url: `/position/history/34020000002000000003`, |
| | | method: 'get', |
| | | requestBaseUrl, |
| | | params: params |