|
@@ -195,6 +195,8 @@ class ZopOrderService extends ZopBaseService
|
|
'pageUrl' => $pageUrl,
|
|
'pageUrl' => $pageUrl,
|
|
'resourceId' => $resourceId,
|
|
'resourceId' => $resourceId,
|
|
];
|
|
];
|
|
|
|
+
|
|
|
|
+ common_log('自动选号-订单同步接口: ' . json_encode($autoOrderParams, JSON_UNESCAPED_UNICODE));
|
|
$orderResult = self::autoNumSync($autoOrderParams, $order);
|
|
$orderResult = self::autoNumSync($autoOrderParams, $order);
|
|
if ($orderResult['code'] != 0) {
|
|
if ($orderResult['code'] != 0) {
|
|
// 写入订单错误信息
|
|
// 写入订单错误信息
|