Blame view

common/sms/sms_test.go 99 Bytes
15864203   zhangqijia   feat: 增加短信接口
1
2
3
4
5
6
7
  package sms
  
  import "testing"
  
  func TestSendSms(t *testing.T) {
  	SendSms("17683852936", "000000")
  }