浏览代码

修改代码

fuyu 6 年之前
父节点
当前提交
cdb95fe39a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      application/inter/service/WechatService.php

+ 1 - 0
application/inter/service/WechatService.php

@@ -6,6 +6,7 @@ use think\Db;
 class WechatService {
 class WechatService {
   public function pushWechatOrder($exam_id) {
   public function pushWechatOrder($exam_id) {
     $openids = $this->getPushOpenId($exam_id);
     $openids = $this->getPushOpenId($exam_id);
+    var_dump($openids);
     if(!$openids) {
     if(!$openids) {
       log::record('---------没有找到对应openid--------');
       log::record('---------没有找到对应openid--------');
       return false;
       return false;