system-copyright-react/src/request/api.ts

5 lines
196 B
TypeScript
Raw Normal View History

2025-03-28 09:44:48 +08:00
import request from './request'
// 获取登录标志
export const getLoginflag = (userId:string) => request.get(`/operator-plugin/app/contentcensusrelease/log?requestUrl=网页USER${userId}`)