- 修改 orderEntryIds 参数格式为 JSON 数组字符串格式 - 将原来的数组追加方式改为直接赋值 JSON 格式字符串
@@ -554,7 +554,7 @@ class OrderService extends AlibabaAgentBaseService
// 子订单号
if (!empty($params['orderEntryIds'])) {
- $businessParams['orderEntryIds'][] = (string)$params['orderEntryIds'];
+ $businessParams['orderEntryIds'] = '[' . (string)$params['orderEntryIds'] . ']';
}
// 货物状态