|
|
@@ -221,7 +221,7 @@ class RejectedController extends Controller
|
|
|
$response=false;
|
|
|
}
|
|
|
if(!$response){
|
|
|
- app('LogService')->log(__METHOD__,'笕尚接口返回异常!!:',$response->body());
|
|
|
+ app('LogService')->log(__METHOD__,'笕尚接口返回异常!!:',"沒有返回");
|
|
|
return false;
|
|
|
}
|
|
|
app('LogService')->log(__METHOD__,'笕尚接口返回:',$response->body());
|