We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message_template_send($openId, $templateId, $data = [], $url = '', $miniprogramAppId = '', $miniprogramPagePath = '') 里面有参数url 内部的请求url $url = self::API_DOMAIN . 'cgi-bin/message/template/send?access_token=' . $this->get_access_token();
导致url覆盖掉 模板消息发送的链接无法抵达 把 $url = self::API_DOMAIN . 'cgi-bin/message/template/send?access_token=' . $this->get_access_token(); 向下移动 到 HttpCurl::post最近的一行
The text was updated successfully, but these errors were encountered:
3fadb9c
No branches or pull requests
message_template_send($openId, $templateId, $data = [], $url = '', $miniprogramAppId = '', $miniprogramPagePath = '')
里面有参数url
内部的请求url $url = self::API_DOMAIN . 'cgi-bin/message/template/send?access_token=' . $this->get_access_token();
导致url覆盖掉 模板消息发送的链接无法抵达
把 $url = self::API_DOMAIN . 'cgi-bin/message/template/send?access_token=' . $this->get_access_token(); 向下移动 到 HttpCurl::post最近的一行
The text was updated successfully, but these errors were encountered: