quguofeng hace 1 año
padre
commit
f1a62116a0
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 0
      application/api/controller/Common.php
  2. 2 1
      application/common/model/Apply.php

+ 1 - 0
application/api/controller/Common.php

@@ -426,6 +426,7 @@ class Common extends Api
         }
         $urls = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=".$access_token;
         $result = $this->http_post_json($urls,json_encode($data));//发送请求
+        var_dump($result);exit();
         if($result[0] == 200){
             return ['code'=>1,'data'=>'推送成功'];
         }

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

@@ -122,7 +122,8 @@ class Apply extends Model
             $appeal = '你们之间的缘分可能还差那么一丢丢~不要灰心,继续加油哦';
         }else{
             $appeal = '你喜欢的TA可能太忙了~~可以看看其他小伙伴哦';
-        }        $data = [
+        }
+        $data = [
             'thing7'=>[
                 'value'=>$user_name
             ],