微信 群发 is_to_all 报错 40008

        array(3) {
          ["filter"]=>
          array(1) {
            ["is_to_all"]=>
            bool(true)
          }
          ["text"]=>
          array(1) {
            ["content"]=>
            string(18) "%E4%BD%A0%E5%A5%BD"
          }
          ["msgtype"]=>
          string(4) "text"
        }
        $postjson = urldecode(json_encode($array));
        var_dump($postjson);
    //打印出来的json 字符串为这个
    
 string(74) "{"filter":{"is_to_all":true},"text":{"content":"你好"},"msgtype":"text"}"

文档的例子是这个

clipboard.png

怎么看都没问题,为什么会出现这个40008 错误

clipboard.png

阅读 2.4k
1 个回答

tag_id 传了什么值?

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题