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