songxingwei 3 năm trước cách đây
mục cha
commit
fd36be8f82
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      application/common/library/Common.php

+ 2 - 2
application/common/library/Common.php

@@ -375,11 +375,11 @@ class Common
         $arr=[
             'touser'=>$openid,
             'mp_template_msg'=>[
-                "appid"=>"wxd7e6e30b4eef3def",
+                "appid"=>Config::get_values('small_wechat_id'),
                 "template_id"=>$template_id,
                 "url"=>$path,
                 'miniprogram'=>[
-                    "appid"=>'wxd7e6e30b4eef3def'
+                    "appid"=>Config::get_values('small_wechat_id')
                 ],
                 'data'=>$data
             ],