优化启动流程

This commit is contained in:
yml2213
2026-04-13 19:01:48 +08:00
parent 7008c85e58
commit dc8a014601
18 changed files with 837 additions and 17 deletions
+3
View File
@@ -58,12 +58,15 @@ DJQFf7HgONCL4XD4EH
----
ngrok
ngrok http 80
https://5cc8-193-176-84-38.ngrok-free.app
https://5cc8-193-176-84-38.ngrok-free.app/api/v1/webhooks/agiso/trade
https://221329.cc.cd/api/v1/webhooks/agiso/trade
----
服务器 https://order.khhao.com/api/v1/webhooks/agiso/trade
+86
View File
@@ -0,0 +1,86 @@
执行自动发货
简要描述: 接口调用示例
¥高级
调用该接口将根据您在自动发货后台设定的发货规则,进行一次发货逻辑的处理。该操作等同于在手动发货页面的操作。注意:该页面执行后,也会自动发送闲鱼消息,可以通过参数中的选项控制发货中的一些限制。
请求URL
https://gw-api.agiso.com/aldsIdle/Alds/AldsSend
请求方式:
POST
公共Header
Authorization
string
httpPost.addHeader("Authorization","Bearer "+ accessToken)
ApiVersion
string
httpPost.addHeader("ApiVersion", "1")
公共参数:
timestamp
Date
时间戳,例如:1468476350。API服务端允许客户端请求最大时间误差为10分钟。
sign
string
API输入参数签名结果,签名算法参照下面的介绍。
参数:
tids
String
订单编号,多个订单编号间用,分隔开
ignoreAldsLog
Boolean
忽略发货记录
默认值:'false',可选值'true'、'false'
ignoreBlackList
Boolean
忽略黑名单
默认值:'false',可选值'true'、'false'
ignoreOnOff
Boolean
忽略发货开关
默认值:'false',可选值'true'、'false'
ignoreRefundCheck
Boolean
退款中也发
默认值:'false',可选值'true'、'false'
ignoreRestricted
Boolean
忽略限拍限购
默认值:'false',可选值'true'、'false'
ignoreTradeStatusCheck
Boolean
忽略订单状态验证
默认值:'false',可选值'true'、'false'
aldsType
Int
自动发货类型,具体查看底部备注
返回示例
{
"IsSuccess": true,
"Data": null
"Error_Code": 0,
"Error_Msg": ""
"AllowRetry": null,
"RequestId": "20221027142251106"
}
备注
aldsType自动发货类型:付款后发货=1,确认收货后赠送=2