Browse Source

修改api路径

feature_gxh
Sydonian 7 months ago
parent
commit
67c29cbf1c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      client/sdk/api/mount.go

+ 1
- 1
client/sdk/api/mount.go View File

@@ -17,7 +17,7 @@ func (c *Client) Mount() *MountService {
}
}

const MountDumpStatusPath = "/mount/dumpStatus"
const MountDumpStatusPath = "/v1/mount/dumpStatus"

type MountDumpStatus struct{}



Loading…
Cancel
Save