| | |
| | | package com.panzhihua.common.service.auth; |
| | | |
| | | import com.panzhihua.common.model.vos.LoginReturnVO; |
| | | import com.panzhihua.common.model.vos.LoginUserInfoVO; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | |
| | | */ |
| | | @PostMapping("/loginBatteryUser") |
| | | R loginBatteryUser(@RequestParam("account") String account, @RequestParam("password") String password,@RequestParam("appid")String appid); |
| | | |
| | | |
| | | /** |
| | | * 三个身边后台用户登录 |
| | | * @return 登录结果 |
| | | */ |
| | | @PostMapping("/loginThreeAround") |
| | | R<LoginReturnVO> loginThreeAround(@RequestParam("userId") Integer userId); |
| | | } |