|
@@ -50,7 +50,6 @@ class SyncYunXuanOrder extends Command
|
50
|
50
|
'start_time' => intval($startTime.'000'),
|
51
|
51
|
'end_time' => intval($endTime.'000'),
|
52
|
52
|
'share_id' => $config['share_id'],
|
53
|
|
-// 'tx_cps_id' => "",
|
54
|
53
|
]
|
55
|
54
|
], 256);
|
56
|
55
|
$response = YXRequestService::sendRequestWithAppAuth($appKey, $appSecret, $method, $requestUrl, $contentType, $acceptHeader, $reqBody);
|
|
@@ -85,9 +84,9 @@ class SyncYunXuanOrder extends Command
|
85
|
84
|
'trace' => $e->getTraceAsString()
|
86
|
85
|
], 'YunXuanOrderList-Exception');
|
87
|
86
|
|
88
|
|
-// EmailQueue::rPush('云选联盟平台订单获取过程发生异常', json_encode([
|
89
|
|
-// 'message' => $e->getMessage()
|
90
|
|
-// ], 256), ['song.shen@kuxuan-inc.com'], '猎羽');
|
|
87
|
+ EmailQueue::rPush('云选联盟平台订单获取过程发生异常', json_encode([
|
|
88
|
+ 'message' => $e->getMessage()
|
|
89
|
+ ], 256), ['song.shen@kuxuan-inc.com'], '猎羽');
|
91
|
90
|
}
|
92
|
91
|
|
93
|
92
|
return true;
|