短信发送方法
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
336 B

2 months ago
  1. package sms
  2. import (
  3. "testing"
  4. )
  5. func Test_SendByBaishiy(t *testing.T) {
  6. msg := "罗您好,您的商店新增2单物理灭蚊仪-天眼款,请及时登录商家后台处理!"
  7. ret, reply, err := SendByBaishiy("991422", "f3012ddbaa069ba58dd94ec28e35f214", "13631270978", "园圈", msg)
  8. t.Log(ret)
  9. t.Log(reply)
  10. t.Log(err)
  11. }