This commit is contained in:
suyl
2021-06-18 15:06:16 +08:00
parent 8a4c91c007
commit 8ce4c93c5f
8 changed files with 34 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ func TestOrderListAll(t *testing.T) {
}
func TestOrderPartRefundGet(t *testing.T) {
result, err := api.OrderPartRefundGet("5028611225947901495")
result, err := api.OrderPartRefundGet("115082650031169457")
if err != nil {
t.Fatal(err)
} else {
@@ -64,7 +64,7 @@ func TestOrderPartRefundGet(t *testing.T) {
// if err != nil {
// t.Fatal(err)
// } else {
// t.Log(utils.Format4Output(result, false))
// t.Log(utils.Format4Output(result, false))image/upload
// }
// }