| 程序包 | 说明 |
|---|---|
| cn.jeeweb.common.sms.client | |
| cn.jeeweb.common.sms.data | |
| cn.jeeweb.common.sms.disruptor |
| 限定符和类型 | 方法和说明 |
|---|---|
SmsResult |
TencentSmsClient.send(String phone,
String template) |
SmsResult |
ISmsClient.send(String phone,
String template) |
SmsResult |
HuyiSmsClient.send(String phone,
String template) |
SmsResult |
AliyunSmsClient.send(String phone,
String template) |
SmsResult |
TencentSmsClient.send(String phone,
String template,
Map<String,Object> datas) |
SmsResult |
ISmsClient.send(String phone,
String template,
Map<String,Object> datas) |
SmsResult |
HuyiSmsClient.send(String phone,
String template,
Map<String,Object> datas) |
SmsResult |
AliyunSmsClient.send(String phone,
String template,
Map<String,Object> datas) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SmsResult |
SmsResult.fail(int code,
String msg) |
static SmsResult |
SmsResult.fail(String msg) |
static SmsResult |
SmsResult.success() |
static SmsResult |
SmsResult.success(String msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
SmsResult |
SmsHelper.sendSyncSms(String eventId,
String phone,
String smsTemplate,
SmsConfigProperties smsConfigProperties,
Map<String,Object> datas) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SmsDao.doResult(String eventId,
SmsData smsData,
SmsResult smsResult) |
void |
SmsHandlerCallBack.onResult(SmsResult smsResult) |
Copyright © 2018. All rights reserved.