songxingwei 3 years ago
parent
commit
cadf266f5b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/common/library/Common.php

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

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