远程支持

This commit is contained in:
2023-12-28 13:43:46 +08:00
parent 105d469834
commit 3a056bcb82
4 changed files with 11 additions and 12 deletions

View File

@@ -143,5 +143,5 @@ export const authLogout = () => post('auth/logout', {
* 远程支持
*/
// 获取远程码接口
export const queryRemotelnfo = () => post('api/developer/queryRemotelnfo', {
export const queryRemotelnfo = () => post('api/developer/queryRemoteInfo', {
})