1
This commit is contained in:
11
business/partner/delivery/fn/wayBill_test.go
Normal file
11
business/partner/delivery/fn/wayBill_test.go
Normal 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"))
|
||||
}
|
||||
Reference in New Issue
Block a user