zhangzengfei
2022-03-23 6c84a71cc8f3397e7f3c4f49208c38774a82531f
src/api/system.ts
@@ -517,3 +517,18 @@
  })
}
export const getAuthInfo = () => {
  return request({
    url: "/data/api-v/sysset/showAuthInfo",
    method: "get"
  })
}
export const setAuthInfo = (data: any) => {
  return request({
    url: "/data/api-v/sysset/setAuthInfo",
    method: "post",
    data
  })
}