This commit is contained in:
邹宗楠
2022-08-11 13:49:12 +08:00
parent 8a118b092f
commit 7d874eca22
13 changed files with 537 additions and 224 deletions

View File

@@ -2,10 +2,13 @@ package app_server
import (
"fmt"
"strings"
"testing"
)
func TestBinding(t *testing.T) {
err := PrintSettingInfoServer.SystemInitPrintSetting("199308263974")
fmt.Println(err)
fmt.Println(strings.Contains(`{"msg":"非专送、快送、混合送订单不允许调用此接口","code":1047}}`, "1047"))
}
func TestBind(t *testing.T) {
}