java.lang.Object
cn.herodotus.engine.rest.servlet.upms.controller.social.PhoneNumberAccessController
@RestController
public class PhoneNumberAccessController
extends Object
- Author:
- : gengwei.zheng
- Date:
- : 2021/5/28 11:39
-
Constructor Summary
Constructors
-
Method Summary
cn.herodotus.engine.core.definition.domain.Result<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PhoneNumberAccessController
public PhoneNumberAccessController()
-
Method Details
-
sendCode
@PostMapping("/open/identity/verification-code")
public cn.herodotus.engine.core.definition.domain.Result<String> sendCode(@RequestParam("mobile")
String mobile)