(data: any)
| 17 | * 获取最新服务配置 |
| 18 | */ |
| 19 | export function findNewByInfo(data: any): Promise<AxiosResponse> { |
| 20 | return request({ |
| 21 | url: 'translate/translateServiceInfo/findNewByInfo', |
| 22 | method: HttpMethodType.GET, |
| 23 | params: data |
| 24 | }) |
| 25 | } |
| 26 | |
| 27 | /** |
| 28 | * 指定ID对应的记录重新构建最新版本 |
no outgoing calls
no test coverage detected