初始化项目
This commit is contained in:
9
trunk/goutil/smsUtil/sms/sms.go
Normal file
9
trunk/goutil/smsUtil/sms/sms.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package sms
|
||||
|
||||
type Sms interface {
|
||||
// 发送
|
||||
Send() (bool, error)
|
||||
|
||||
// 用于获取准确的返回数据
|
||||
GetResponse() interface{}
|
||||
}
|
||||
Reference in New Issue
Block a user