Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package sms
|
||||
|
||||
type Sms interface {
|
||||
// 发送
|
||||
Send() (bool, error)
|
||||
|
||||
// 用于获取准确的返回数据
|
||||
GetResponse() interface{}
|
||||
}
|
||||
Reference in New Issue
Block a user