Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修正 body 参数 #13

Merged
merged 1 commit into from
Nov 20, 2023
Merged

修正 body 参数 #13

merged 1 commit into from
Nov 20, 2023

Conversation

big-dream
Copy link
Contributor

按照文档格式,应该是:

<CompleteMultipartUpload>
    <Part>
        <PartNumber>integer</PartNumber>
        <ETag>string</ETag>
    </Part>
    <Part>
        <PartNumber>integer</PartNumber>
        <ETag>string</ETag>
    </Part>
</CompleteMultipartUpload>

目前是:

<xml>
    <item>
        <PartNumber>integer</PartNumber>
        <ETag>string</ETag>
    </item>
    <item>
        <PartNumber>integer</PartNumber>
        <ETag>string</ETag>
    </item>
</xml>

导致调用接口时,报:

<?xml version='1.0' encoding='utf-8' ?>
<Error>
        <Code>MalformedXML</Code>
        <Message>The XML you provided was not well-formed or did not validate against our published schema.</Message>
        <Resource>/files/mariadb/wampserver3_x64_addon_mariadb10.11.5.exe</Resource>
        <RequestId>NjU1YjFiYTVfNjJkMmMwYl8xNjE0X2U2MDM5Y2U=</RequestId>
        <TraceId>OGVmYzZiMmQzYjA2OWNhODk0NTRkMTBiOWVmMDAxODc0OWRkZjk0ZDM1NmI1M2E2MTRlY2MzZDhmNmI5MWI1OTY4OGQ5OWY4YWFhNjAzOTkyNDJhZmQyOTk1YWVmOWFlZjBkMDIxYTM5ZWI1ODVlNWY4ZmE0NTkzOTRjOTc0YTg=</TraceId>
</Error>

@overtrue overtrue merged commit e210652 into overtrue:master Nov 20, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants