This commit is contained in:
邹宗楠
2025-07-14 13:54:30 +08:00
parent 4c5a70334a
commit e2cdea1905
3 changed files with 17 additions and 17 deletions

View File

@@ -151,9 +151,6 @@ func TestGetOrderRefundDetail(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func Test111(t *testing.T) {
fmt.Println(utils.Float64TwoInt64((6.32 / 15.8) * float64(950)))
}
func TestGetOrderRefundDetail2(t *testing.T) {
result, err := api.GetOrderRefundDetail(601112850243823799, 0)
if err != nil {
@@ -464,7 +461,3 @@ func BatchInitSkuMT2MT(fromSku []*AppFood, toApi *API, vendorStoreID string, off
return errList, nil
}
func TestEbaiSend(t *testing.T) {
}