修改订单结算信息,平台配送是未扣除配送费

This commit is contained in:
邹宗楠
2023-02-23 14:28:03 +08:00
parent 41ffd293b6
commit da7107f8b3
7 changed files with 18 additions and 16 deletions

View File

@@ -28,18 +28,18 @@ func TestShopQuery(t *testing.T) {
func TestShopCreate(t *testing.T) {
shopInfo := &ShopInfo{
ShopID: "668752",
ShopName: "创新百货超市(江津玉观店)",
Category: ShopCategoryFruit,
SecondCategory: ShopCategoryFruitFruit,
ShopID: "668840",
ShopName: "创新百货(和泰家园店)",
Category: ShopCategoryMarket,
SecondCategory: ShopCategoryMarketConvenience,
ContactName: "店主",
ContactPhone: "15019883393",
ShopAddress: "重庆市江津区龙珠街31号附14号",
ShopLng: 106463489,
ShopLat: 29316689,
ContactPhone: "13101061593",
ShopAddress: "重庆市渝北区龙溪街道红锦大道68号",
ShopLng: 106557092,
ShopLat: 29784067,
CoordinateType: CoordinateTypeMars,
DeliveryServiceCodes: utils.Int2Str(DeliveryServiceCodeRapid),
BusinessHours: "[{\"beginTime\":\"08:00\",\"endTime\":\"22:0\"}]",
BusinessHours: "[{\"beginTime\":\"07:00\",\"endTime\":\"23:59\"}]",
}
_, err := api.ShopCreate(shopInfo)
if err != nil {