MCPcopy Create free account
hub / github.com/kenberkeley/react-demo /

Class

src/services/userService.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * 对应后端涉及到用户认证的 API
5 */
6class UserService {
7
8 checkLogin () {
9 return xhr({ url: '/user' })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected