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

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

@@ -11,7 +11,7 @@ import (
)
func TestRetailCatList(t *testing.T) {
result, err := api.RetailCatList("13262158")
result, err := api.RetailCatList("8061767")
if err != nil {
t.Fatal(err)
}