简化开放下单幂等参数

This commit is contained in:
yml2213
2026-07-31 15:25:26 +08:00
parent 71cde7e32b
commit 30362f14bd
5 changed files with 5 additions and 26 deletions
+2 -2
View File
@@ -425,7 +425,7 @@ app_key=ak_xxx&body_sha256=<实际请求 body 字节的 SHA256 十六进制>&met
<li>POST <Text code>body</Text> body <b></b></li>
<li>value <b></b> URL encode</li>
<li>secret path querybody nonce </li>
<li> <Text code>Idempotency-Key</Text> <Text code>client_order_no</Text> </li>
<li>使 <Text code>client_order_no</Text> Header</li>
</ul>
}
/>
@@ -495,7 +495,7 @@ function StatusSection() {
description={
<pre className="api-docs__pre api-docs__pre--plain">{`拿到 sku(商品列表)
POST /orders 下单(幂等,Idempotency-Key = client_order_no
POST /orders 下单(client_order_no 幂等
拿响应里的 order_no 进入发货平台链接