1
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user