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