Files
邹宗楠 6503e7d553 1
2023-05-29 11:17:22 +08:00

19 lines
338 B
Go

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")
}