quguofeng 1 year ago
parent
commit
6ac5740bc6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/common/model/Apply.php

+ 1 - 0
application/common/model/Apply.php

@@ -87,6 +87,7 @@ class Apply extends Model
                 'value'=>$time
             ],
         ];
+        var_dump($user_info['open_id']);exit();
         (new \app\api\controller\Common())->sendWechatMessage($user_info['open_id'],'KOWDFd4MsuxROCPCLNZF5k5LHzM_-o-WoEI2NpfQYx0',$data,'https://'.$_SERVER['HTTP_HOST'].'/h5/#/pages/xiaoxi/look-me');
     }