This commit is contained in:
苏尹岚
2020-10-19 15:51:41 +08:00
parent 50ec6409b0
commit c741ad227a
5 changed files with 35 additions and 18 deletions

View File

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