供应商:wxf23bbcbde5346def
代发单号:4435741648003812864
createTime:1776333643
updateTime:1776830039
通过接口/channels/ec/order/dropship/supplier/get获取到该代发单的updateTime为1776830039(2026-04-22 11:53:59)
但是我通过接口/channels/ec/order/dropship/supplier/list去查询2026-04-22 11:53:00--2026-04-22 11:55:00的时候却没有返回该代发单号,入参如下:
{api_path=/channels/ec/order/dropship/supplier/list, param_json={"page_info":{"offset":0,"limit":100},"update_time_range":{"start_time":1776829980,"end_time":1776830100}}}
刚测试了下,通过如下参数能获取到代发单,是参考的createTime(2026-04-16 18:00:43)入参的
{api_path=/channels/ec/order/dropship/supplier/list, param_json={"page_info":{"offset":0,"limit":100},"update_time_range":{"start_time":1776333600,"end_time":1776333660}}}
这导致了该代发单实际已经更新,但通过update_time_range却同步不到,能帮忙确认下是什么问题么?
