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