|
|
@@ -724,14 +724,14 @@ class OrderService extends AlibabaAgentBaseService
|
|
724
|
724
|
}
|
|
725
|
725
|
|
|
726
|
726
|
$businessParams = [
|
|
727
|
|
- 'orderId' => (string)$params['orderId'],
|
|
728
|
|
- 'orderEntryIds' => $params['orderEntryIds'],
|
|
729
|
|
- 'disputeRequest' => (string)$params['disputeReasonId'],
|
|
730
|
|
- 'applyPayment' => (string)$params['applyPayment'],
|
|
731
|
|
- 'applyCarriage' => (string)$params['applyCarriage'],
|
|
732
|
|
- 'applyReasonId' => (string)$params['applyReasonId'],
|
|
733
|
|
- 'description' => (string)$params['description'],
|
|
734
|
|
- 'goodsStatus' => (string)$params['goodsStatus'],
|
|
|
727
|
+ 'orderId' => (string)$params['orderId'],
|
|
|
728
|
+ 'orderEntryIds' => '[' . $params['orderEntryIds'] . ']',
|
|
|
729
|
+ 'disputeRequest' => (string)$params['disputeReasonId'],
|
|
|
730
|
+ 'applyPayment' => (string)$params['applyPayment'],
|
|
|
731
|
+ 'applyCarriage' => (string)$params['applyCarriage'],
|
|
|
732
|
+ 'applyReasonId' => (string)$params['applyReasonId'],
|
|
|
733
|
+ 'description' => (string)$params['description'],
|
|
|
734
|
+ 'goodsStatus' => (string)$params['goodsStatus'],
|
|
735
|
735
|
];
|
|
736
|
736
|
|
|
737
|
737
|
// 可选参数
|