Commit 148d76b3 authored by hujun's avatar hujun

记录回调日志

parent e7016bc0
...@@ -63,7 +63,7 @@ class PrivacyNumber ...@@ -63,7 +63,7 @@ class PrivacyNumber
$report = new SecretReport(); $report = new SecretReport();
$report->allowField(true)->save($post_data[0]); $report->allowField(true)->save($post_data[0]);
Log::write(json_encode($post_data[0]), 'AliYunSecretReport'); //记录日志 Log::write(json_encode($post_data), 'AliYunSecretReport'); //记录日志
return json_encode([ 'code' => 0, 'msg' => '接收成功' ]); return json_encode([ 'code' => 0, 'msg' => '接收成功' ]);
} }
......
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 to comment