包邮规则修改

This commit is contained in:
richboo111
2022-11-04 16:42:37 +08:00
parent 5784ecda50
commit aef0c2c20d
2 changed files with 17 additions and 16 deletions

View File

@@ -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()