This commit is contained in:
邹宗楠
2024-08-20 17:38:22 +08:00
parent 48e9a22edd
commit c4f39e6c94
6 changed files with 121 additions and 55 deletions

View File

@@ -263,6 +263,8 @@ func TestOrderStatusAndPsInfo(t *testing.T) {
})
}
func Test22(t *testing.T) {
fmt.Println((57 & 8) != 0)
func TestEcommerceGetOrderIdByPage(t *testing.T) {
orderIdList, err := api.EcommerceGetOrderIdByPage("23932637", time.Now().Add(-24*time.Hour), time.Now())
t.Log(orderIdList)
t.Log(err)
}