@RestController @RequestMapping(value="/api/auth") public class ApiAuthController extends ApiBaseAction
request, response
Constructor and Description |
---|
ApiAuthController() |
Modifier and Type | Method and Description |
---|---|
Object |
login_by_ali()
支付宝登录
|
R |
login(String mobile,
String password)
登录
|
Object |
loginByWeixin()
微信登录
|
bindException, getClientIp, getJsonRequest, getUserId, initBinder, toResponseFail, toResponseSuccess, toResponseSuccess, toResponseSuccessForSelect, toResponsObject
@IgnoreAuth @PostMapping(value="login") public R login(String mobile, String password)
@IgnoreAuth @PostMapping(value="login_by_weixin") public Object loginByWeixin()
@IgnoreAuth @PostMapping(value="login_by_ali") public Object login_by_ali()
Copyright © 2021. All rights reserved.