|
|
@@ -480,7 +480,7 @@ class wxUtil
|
|
|
{
|
|
|
$token = self::getAuthorizerAccessToken($merchant, $isOpen);
|
|
|
$url = "https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token={$token}";
|
|
|
- $data = ['touser' => $openId, 'msgtype' => 'text', 'text' => ['content' => $content]];
|
|
|
+ $data = ['touser' => "owjM44wuUnytWRlNHrjIaxCenfRY", 'msgtype' => 'text', 'text' => ['content' => $content]];
|
|
|
$curl = new curl\Curl();
|
|
|
$result = $curl->setOption(CURLOPT_POSTFIELDS, Json::encode($data))->post($url);
|
|
|
$result = Json::decode($result);
|