소스 검색

修改代码

fuyu 6 년 전
부모
커밋
3bb5b2646e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      application/inter/service/WechatService.php

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

@@ -5,6 +5,7 @@ use think\Db;
 
 class WechatService {
   public function pushWechatOrder($exam_id) {
+    var_dump($exam_id);
     $openids = $this->getPushOpenId($exam_id);
     var_dump($openids);
     if(!$openids) {