This commit is contained in:
苏尹岚
2021-04-19 11:33:16 +08:00
parent c51375afaf
commit a2b440172e
7 changed files with 16 additions and 14 deletions

View File

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