修改各种发单是扣款,品牌扣款和门店扣款,品牌充值门店充值

This commit is contained in:
邹宗楠
2023-05-11 10:56:05 +08:00
parent 28f172133b
commit 381447307d
17 changed files with 108 additions and 48 deletions

View File

@@ -109,3 +109,13 @@ func Test(t *testing.T) {
a := int(zero) * 100
fmt.Printf("a====%d", a)
}
func TestGetOrderLiquidatedDamages(t *testing.T) {
deductFee, err := api.GetOrderLiquidatedDamages("23022310041019000003804258", "2304613965000093")
if err != nil {
t.Fatal(err)
} else {
t.Log(deductFee)
}
}