|
|
@@ -29,7 +29,7 @@ class WeightBaseController
|
|
|
|
|
|
public function new(Request $request)
|
|
|
{
|
|
|
- app('LogService')->log(__METHOD__, $this->name, "记录上传日志:" . json_encode($request->getContent()) . '||' , null);
|
|
|
+ app('LogService')->log(__METHOD__, $this->name, "记录上传日志:" . json_encode($request->all()) . '||' , null);
|
|
|
$errors = $this->validator($request);
|
|
|
if(count($errors)){
|
|
|
return $this->validatorErrors($errors);
|