yujishijian

This commit is contained in:
苏尹岚
2020-08-13 16:48:03 +08:00
parent 0980b46796
commit f294d50a08
2 changed files with 15 additions and 10 deletions

View File

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