|
@@ -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
|
|
|
],
|