This commit is contained in:
邹宗楠
2024-03-29 16:18:59 +08:00
parent 9bca4e8da3
commit fba05d1aef
6 changed files with 62 additions and 13 deletions

View File

@@ -147,7 +147,7 @@ func TestOrderQuery2(t *testing.T) {
}
func TestGetByOrderNoForOaos(t *testing.T) {
orderList, err := api.GetByOrderNoForOaos("2320085686000392")
orderList, err := api.GetByOrderNoForOaos("2407496361004521")
t.Log(utils.Format4Output(orderList, false))
if err != nil {
t.Fatal(err.Error())