修复自动发货bug
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
|
||||
更新发货状态
|
||||
简要描述: 接口调用示例
|
||||
|
||||
¥基础
|
||||
执行无物流发货,更新发货状态
|
||||
请求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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user