Browse Source

公众号appid 密钥更换

pull/1/head
kuaileWu 8 months ago
parent
commit
31b5c86260
  1. 4
      config/define.php

4
config/define.php

@ -18,8 +18,8 @@
define('CSS_URL', '//tcm.pengda.checkcopy.com'); define('CSS_URL', '//tcm.pengda.checkcopy.com');
// 小程序获取openid // 小程序获取openid
define('MP_APPID',"wxba76fd01dab5e1d8"); // 公众号APPID define('MP_APPID',"wx7b28b3159197282d"); // 公众号APPID
define('MP_SECRET',"d3e988db012d186376c53d25fafdc036"); // 公众号秘钥 define('MP_SECRET',"992af386adebcdd48ccaaae1c1581753"); // 公众号秘钥
define('MP_GET_OPENID_HREF',"https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&grant_type=authorization_code&js_code=%s"); define('MP_GET_OPENID_HREF',"https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&grant_type=authorization_code&js_code=%s");

Loading…
Cancel
Save