quguofeng 1 rok pred
rodič
commit
d7a077e07e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      application/common/model/Apply.php

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

@@ -184,6 +184,6 @@ class Apply extends Model
                 'value'=>$status_name
             ],
         ];
-        (new \app\api\controller\Common())->sendWechatMessage($open_id,'Tfe62uA5N34evu_Z7jf-OE0NK6hJ6nFYTsZXG6yIqSY',$data,'http://'.$_SERVER['HTTP_HOST'].'/h5/#/pages/xiaoxi/my-shenqing');
+        (new \app\api\controller\Common())->sendWechatMessage($open_id,'Tfe62uA5N34evu_Z7jf-OE0NK6hJ6nFYTsZXG6yIqSY',$data,'http://'.$_SERVER['HTTP_HOST'].'/h5/#/pages/xiaoxi/system');
     }
 }