This commit is contained in:
richboo111
2023-02-21 18:02:45 +08:00
parent 16a4b7e41e
commit fd36e2a6b3
3 changed files with 25 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ func TestGetOrderById(t *testing.T) {
//id := utils.Str2Int64(Str)
//261386944586
//261380252933
detail, err := api.GetOrderById(261380252933, false)
detail, err := api.GetOrderById(261386944586, false)
fmt.Println(utils.Format4Output(detail, false))
fmt.Println(err)
}