erp_server/app/admin/models/greentown_sms_test.go

12 lines
280 B
Go
Raw Permalink Normal View History

2023-09-16 03:11:36 +00:00
package models
import "testing"
func TestSend(t *testing.T) {
//tel := "17080320980"
tel := "13714071204,17727927738"
//tel := "17602181899"
SmsSend(tel,"【go2switch】温馨提示:您的会员即将过期,请在过期之前将卡归还到门店,如有问题联系客服")
}