Files
order_site/docs/xianyu_api/更新发货状态.md
T
2026-04-14 17:30:36 +08:00

50 lines
811 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
更新发货状态
简要描述: 接口调用示例
¥基础
执行无物流发货,更新发货状态
请求URL
https://gw-api.agiso.com/aldsIdle/Order/DummySend
请求方式:
POST
公共Header
Authorization
string
httpPost.addHeader("Authorization","Bearer "+ accessToken)
ApiVersion
string
httpPost.addHeader("ApiVersion", "1")
公共参数:
timestamp
Date
时间戳,例如:1468476350。API服务端允许客户端请求最大时间误差为10分钟。
sign
string
API输入参数签名结果,签名算法参照下面的介绍。
参数:
tid
Long
订单号
返回示例
{
"IsSuccess": true,
"Data": null
"Error_Code": 0,
"Error_Msg": ""
"AllowRetry": null,
"RequestId": "20221027142251106"
}