This commit is contained in:
邹宗楠
2024-03-27 13:55:11 +08:00
parent 191acdd13e
commit ef3d065f75
11 changed files with 58 additions and 31 deletions

View File

@@ -8,8 +8,8 @@ const (
)
const (
OrderCommodityType = 4 // 商品子单类型 1:称重品、2:标品、3:按件称重、4:虚拟商品子单
OrderVirtualType = 0 // 商品类型为虚拟商品是有效0:普通实物商品 1:包装费子单 2:处方服务费子单、3:附加0.01费子单、4:配送费子单
OrderCommodityType = "4" // 商品子单类型 1:称重品、2:标品、3:按件称重、4:虚拟商品子单
OrderVirtualType = "0" // 商品类型为虚拟商品是有效0:普通实物商品 1:包装费子单 2:处方服务费子单、3:附加0.01费子单、4:配送费子单
)
const (

View File

@@ -280,8 +280,7 @@ func TestGetEbaiSkuIDFromCustomID(t *testing.T) {
}
func TestDeleteStoreSku(t *testing.T) {
fmt.Println((49 & 4) == 0)
fmt.Println(fmt.Errorf("%s", ""))
}
func TestDeleteSku(t *testing.T) {