package app_server import ( "fmt" "strings" "testing" ) func TestBinding(t *testing.T) { fmt.Println(strings.Contains(`{"msg":"非专送、快送、混合送订单不允许调用此接口","code":1047}}`, "1047")) } func TestBind(t *testing.T) { } func TestSendCode(t *testing.T) { SendVerifyCodeServer.SendCode("19037155188") }