feat:完善信息
This commit is contained in:
10
app/common/platform/sms_test.go
Normal file
10
app/common/platform/sms_test.go
Normal file
@ -0,0 +1,10 @@
|
||||
package platform
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestNewSms(t *testing.T) {
|
||||
err := NewSms().Send()(SmsSendModeForGroup, &SmsParam{
|
||||
Mobile: []string{"17718184079"}, Content: "【商挈科技】您的验证码是789789",
|
||||
})
|
||||
t.Log(err)
|
||||
}
|
Reference in New Issue
Block a user