包邮规则修改
This commit is contained in:
@@ -27,7 +27,7 @@ const (
|
||||
|
||||
// /warehouse/create 创建单个区域仓
|
||||
func CreateWarehouse(appOrgCode, outWarehouseID string) (warehouseID int64, err error) {
|
||||
tempName := "京西菜市(" + outWarehouseID + ")的区域仓"
|
||||
tempName := "京西菜市(" + outWarehouseID + ") 的区域仓"
|
||||
req := &warehouse_create_request.WarehouseCreateParam{
|
||||
OutWarehouseId: outWarehouseID,
|
||||
Name: tempName,
|
||||
@@ -247,7 +247,7 @@ func GetFence(appOrgCode, outFenceID string) (warehouse_getFences_response.Fence
|
||||
return resp.Fences[0], nil
|
||||
}
|
||||
|
||||
//单独处理运费模板
|
||||
//特殊处理
|
||||
func SpecialTreat(vendorOrgCode string, vendorStoreID, storeID, deliveryFeeDeductionFee, minPrice int64) error {
|
||||
var (
|
||||
errList = errlist.New()
|
||||
|
||||
Reference in New Issue
Block a user