@RestController(value="login-phone") @RequestMapping(value="/login/phone") public class LoginPhoneController extends BaseController
request, response
构造器和说明 |
---|
LoginPhoneController() |
限定符和类型 | 方法和说明 |
---|---|
ApiResult<String> |
getCode(String reqCode,
String uuid,
String code,
String type) |
String |
getPhoneCode(String phone,
String uuid,
String code) |
ApiResult<Map<String,Object>> |
phoneBinding(Map<String,Object> paramMap) |
ApiResult |
phoneRetrievePwd(Map<String,Object> paramMap) |
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getTenantId, getUserName, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, setInsertLog, setLoginInfo, setUpdateLog, success, success, success, success, validateToken
@GetMapping(value="/getCode") public ApiResult<String> getCode(@RequestParam String reqCode, @RequestParam String uuid, @RequestParam String code, @RequestParam String type) throws Exception
reqCode
- uuid
- code
- type
- Exception
public String getPhoneCode(String phone, String uuid, String code) throws Exception
Exception
@PostMapping(value="/phone/login") public ApiResult<Map<String,Object>> phoneBinding(@RequestBody Map<String,Object> paramMap) throws SQLException, EntityException, EntityValidateException, EntityFormulaException, EntityEventException, DuplicateKeyException
Copyright © 2025. All rights reserved.