Agiso order adapter
{{ currentSectionTitle }}
{{ currentSectionDescription }}
POST /pushOrder
最近订单
来自当前日志页,点击可查看完整详情。
暂无日志记录
服务信息
本地托管入口与关键接口。
- 访问地址
- http://localhost:18206/
- 订单推送
- POST /pushOrder
- 日志查询
- GET /api/logs
- 日志文件
- GET /api/log-files
日志筛选
按订单、商品、用户、状态和时间定位记录。
订单日志
{{ logsMetaText }}
暂无日志记录
| 时间 | 状态 | 官方单号 | 平台单号 | 商品 | 用户 | 买家ID | callback | 错误 |
|---|---|---|---|---|---|---|---|---|
| {{ formatDate(record.createdAt) }} | {{ statusLabel(record.status) }} | {{ record.orderNo || '-' }} | {{ record.outTradeNo || '-' }} | {{ record.productNo || '-' }} | {{ record.user || '-' }} | {{ record.BuyerOpenUid || '-' }} | {{ record.callbackAttempts || 0 }}/{{ record.callbackStatus || 'none' }} | {{ record.errorMessage || '-' }} |
第 {{ pagination.page }} / {{ pageCount }} 页
请求调试
示例请求不会携带平台单号,平台返回后再生成。
响应结果
{{ requestStatus }}
{{ formatJson(responseBody) }}
服务设置
当前页面仅展示托管服务运行信息,不写入服务端配置。
- 服务端口
- 18206
- 静态目录
- public/
- 订单接口
- POST /pushOrder
- 手动回调
- POST /api/notify
本地日志文件
{{ logFiles.length }} 个文件,用于确认日志轮转和排障定位。
暂无日志文件
{{ file.name }}
{{ formatFileSize(file.size_bytes) }}
{{ formatDate(file.updated_at) }}