This commit is contained in:
邹宗楠
2023-08-24 15:50:58 +08:00
parent 9c2a29c3a4
commit 21697cb84c
3 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ func TestOrderViewStatus(t *testing.T) {
}
func TestOrderGetOrderDetail(t *testing.T) {
result, err := api.OrderGetOrderDetail(1100687990339131759, false)
result, err := api.OrderGetOrderDetail(1100692033635137950, false)
if err != nil {
t.Fatal(err)
}