public abstract class SMSA extends Object implements SMSI
┌─┐ ┌─┐
┌──┘ ┴───────┘ ┴──┐
│ │
│ ─── │
│ ─┬┘ └┬─ │
│ │
│ ─┴─ │
│ │
└───┐ ┌───┘
│ │
│ │
│ │
│ └──────────────┐
│ │
│ ├─┐
│ author:lelouch ┌─┘
│ │
└─┐ ┐ ┌───────┬──┐ ┌──┘
│ ─┤ ─┤ │ ─┤ ─┤
└──┴──┘ └──┴──┘
神兽保佑
代码无BUG!
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
account |
protected String |
content |
protected Map<String,Object> |
params |
protected String |
password |
protected String |
phone |
protected String[] |
phones |
protected SMSCALLI |
smscall |
protected String |
templateCode |
protected Object |
templateData |
protected String |
url |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
send(String UUID) |
Object |
sendTemplate(String UUID,
String templateCode,
Object templateData) |
void |
setContent(String content) |
void |
setParams(Map<String,Object> params) |
void |
setPhone(String phone) |
void |
setPhone(String[] phones) |
void |
setSMSCALL(SMSCALLI smscall) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsend, sendTemplate, templateDataHandleprotected String url
protected String account
protected String password
protected SMSCALLI smscall
protected String phone
protected String[] phones
protected String content
protected String templateCode
protected Object templateData
public void setSMSCALL(SMSCALLI smscall)
public void setContent(String content)
setContent 在接口中 SMSICopyright © 2020. All rights reserved.