Commit e40047f3 by 杨树贤

邮件内容修改

parent e7760d72
......@@ -42,6 +42,7 @@ class SupplierSyncController extends BaseSyncController
//判断联系方式的表单验证
if ($validator->fails()) {
$error = $validator->errors()->first();
Log::warning($error);
$this->syncResponse(-1, $error);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment