|
@@ -1140,7 +1140,6 @@ class CommonFn
|
|
|
|
|
|
$access_token = json_decode($res,true)['access_token'];
|
|
$access_token = json_decode($res,true)['access_token'];
|
|
$result = self::httpPost('https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token='.$access_token,$data);
|
|
$result = self::httpPost('https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token='.$access_token,$data);
|
|
- var_dump($result);
|
|
|
|
if ($result)
|
|
if ($result)
|
|
{
|
|
{
|
|
$json = json_decode($result,true);
|
|
$json = json_decode($result,true);
|