Browse Source

记录日志

林琦海 5 years ago
parent
commit
2e572315e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/NoticeController.php

+ 1 - 1
app-ghs/controllers/NoticeController.php

@@ -154,7 +154,7 @@ class NoticeController extends PublicController
 	public function actionExpressCallBack()
 	{
 		$postStr = file_get_contents('php://input');//接收微信服务器返回的json消息体
-        Yii::info("dada call back params: ". $postStr);
+        Yii::warning("dada call back params: ". $postStr);
 		if (empty($postStr)) {
 			util::end();
 		}