| 程序包 | 说明 |
|---|---|
| cn.stylefeng.guns.sms.core.enums | |
| cn.stylefeng.guns.sms.modular.executor | |
| cn.stylefeng.guns.sms.modular.service |
| 限定符和类型 | 方法和说明 |
|---|---|
static SmsSendStatus |
SmsSendStatus.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SmsSendStatus[] |
SmsSendStatus.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
SmsSendStatus |
SmsExecutorImpl.getMessageSendStatus(Integer smsId) |
SmsSendStatus |
SmsExecutor.getMessageSendStatus(Integer smsId)
查看短信发送状态
0=未发送,1=发送成功,2=发送失败
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SmsInfoService.updateSmsInfo(Integer keyId,
SmsSendStatus smsSendStatus)
更新短息发送状态
|
Copyright © 2020. All rights reserved.