| | |
| | | import http from "./http"; |
| | | |
| | | //è·åéªè¯ç æ¥å£ |
| | | export const getCodeImg = () => http.get('api/User/getVierificationCode') |
| | | export const getCodeImg = () => http.get('api/User/getVierificationCode') |
| | | |
| | | //ç¨æ·ç»å½æ¥å£ |
| | | export const login = (data,tenantId) => http.post(`/api/User/login`, data) |
| | | export const login = (data, tenantId) => http.post(`/api/User/login`, data) |
| | | |
| | | //ç¨æ·æ³¨åæ¥å£ |
| | | export const register = (data) => http.post('api/Registry/UserRegistry', data) |
| | | |
| | | //å é¤saveFaceçç
§ç |
| | | export const CleanUnusedImages = () => http.get('/api/User/CleanUnusedImages') |
| | | |