@RestController
public class MessageController
extends java.lang.Object
implements com.xforceplus.api.global.message.MessageApi
| 构造器和说明 |
|---|
MessageController() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.xforceplus.api.common.response.ResponseEntity<java.lang.Boolean> |
checkAuthCode(java.lang.String msgId,
java.lang.String captcha,
java.lang.String phoneOrEmail,
java.lang.Integer type) |
com.xforceplus.api.common.response.ResponseEntity<java.lang.String> |
sendAuthCode(java.lang.String phoneOrEmail,
java.lang.Integer type) |
public com.xforceplus.api.common.response.ResponseEntity<java.lang.String> sendAuthCode(java.lang.String phoneOrEmail,
java.lang.Integer type)
sendAuthCode 在接口中 com.xforceplus.api.global.message.MessageApipublic com.xforceplus.api.common.response.ResponseEntity<java.lang.Boolean> checkAuthCode(java.lang.String msgId,
java.lang.String captcha,
java.lang.String phoneOrEmail,
java.lang.Integer type)
checkAuthCode 在接口中 com.xforceplus.api.global.message.MessageApi