This commit is contained in:
邹宗楠
2024-11-19 17:44:28 +08:00
parent 5d92b8c0a8
commit 1d3ce6bd4c
12 changed files with 81 additions and 112 deletions

View File

@@ -135,9 +135,9 @@ func TestOrderQuery2(t *testing.T) {
orderList, _, err := api.OrderQuery2(&OrderQueryParam{
OrderPurchaseTimeBegin: "2024-07-20 00:00:00",
OrderPurchaseTimeEnd: "2024-07-29 23:59:59",
DeliveryStationNo: "12297793",
DeliveryStationNo: "11972065",
PageNo: 1,
PageSize: 99999,
PageSize: 10,
})
//orderList, _, err := api.OrderQuery2(&OrderQueryParam{
// OrderID: 2404021632000192,

View File

@@ -4,7 +4,6 @@ import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"strings"
"testing"
)
@@ -34,11 +33,6 @@ func TestGetSkuCategoryByName(t *testing.T) {
globals.SugarLogger.Debugf("data:=%v", err)
}
func Test222(t *testing.T) {
fmt.Println(1&256 == 0)
fmt.Println(strings.Split("120220915001877", "_")[0])
}
//
//func TestQueryChildCategoriesForOP(t *testing.T) {
// result, err := api.QueryChildCategoriesForOP(0)