Browse Source

修改代码

fuyu 6 years ago
parent
commit
cdb95fe39a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/inter/service/WechatService.php

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

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