|
@@ -148,7 +148,7 @@ class ProcessWMSDataJob implements ShouldQueue
|
|
|
|
|
|
|
|
if (!$status) {
|
|
if (!$status) {
|
|
|
// 接口返回失败或网络失败
|
|
// 接口返回失败或网络失败
|
|
|
- $record->update(['status' => SyncTempRecord::status_two, 'error_msg' => $result]);
|
|
|
|
|
|
|
+ $record->update(['status' => SyncTempRecord::status_two, 'error_msg' => "音飞API返回:" . $result]);
|
|
|
return [false, $result];
|
|
return [false, $result];
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -216,7 +216,7 @@ class ProcessWMSDataJob implements ShouldQueue
|
|
|
|
|
|
|
|
if (!$status) {
|
|
if (!$status) {
|
|
|
// 接口返回失败或网络失败
|
|
// 接口返回失败或网络失败
|
|
|
- $record->update(['status' => SyncTempRecord::status_two, 'error_msg' => $result]);
|
|
|
|
|
|
|
+ $record->update(['status' => SyncTempRecord::status_two, 'error_msg' => "音飞API返回:" . $result]);
|
|
|
return [false, $result];
|
|
return [false, $result];
|
|
|
}
|
|
}
|
|
|
|
|
|