This commit is contained in:
邹宗楠
2022-06-16 15:01:49 +08:00
parent a68cb3e89b
commit 3a8855cb23
3 changed files with 16 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
package fn
import (
"fmt"
"strings"
"testing"
)
func TestCC(t *testing.T) {
fmt.Println(strings.Contains("非专送、快送、混合送订单不允许调用此接口 level:0, code:1047", "1047"))
}