Explorar el Código

关注公众号

shish hace 4 años
padre
commit
9b5193cd0b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app-pt/controllers/WxController.php

+ 2 - 0
app-pt/controllers/WxController.php

@@ -112,6 +112,8 @@ class WxController extends PublicController
         $MediaId = $postObj->MediaId;//图片媒体id
         $Content = trim($postObj->Content); // 消息内容
 
+        Yii::info('openId:' . $this->fromUsername);
+
         if ($style == dict::getDict('ptStyle', 'hd')) {
             //零售
             $merchant = WxOpenService::getWxInfo();