This commit is contained in:
苏尹岚
2020-12-29 09:17:25 +08:00
parent 2a972fbf85
commit b5b059e30d
6 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ func TestKeyGet(t *testing.T) {
}
func TestGetOrderExtInfoByOrderId(t *testing.T) {
result, err := api.GetOrderExtInfoByOrderId("132558137476")
result, err := api.GetOrderExtInfoByOrderId("140608998542")
if err != nil {
t.Fatal(err)
}