1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user