作者 郭文星

1232

... ... @@ -96,8 +96,8 @@ class Index extends Api
public function senWxmsgToAgentUser($titdesc="", $remark="")
{
$appid = 'wxb7dd0c03865a94e0';//公众号的appid
$secret = '6af75a6fb8211da45631630e34769f82';
$appid = 'wx58ceff4e93cfc523';//公众号的appid
$secret = 'baf744d21875280a5e98611f66adaf91';
// 获取token
$myurl = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=" . $appid . "&secret=" . $secret;
$json_token = http_request($myurl);
... ...