qingyaoWx.php 739 B

1234567891011121314
  1. <?php
  2. return [
  3. "redis_key" => "qingyao_weixin",
  4. "token" => "qingyao",
  5. "appid" => "wxb207e156f593f699",
  6. "appsecret" => "25b2455c0cd6e87c73c9912ba1523aee",
  7. "get_token" => "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s",
  8. "get_article" => "https://api.weixin.qq.com/cgi-bin/freepublish/batchget?access_token=%s",//已发布 非群发
  9. "get_article_detail" => "https://api.weixin.qq.com/cgi-bin/freepublish/getarticle?access_token=%s",//文章详情
  10. "get_material" => "https://api.weixin.qq.com/cgi-bin/material/batchget_material?access_token=%s",//永久素材列表
  11. "get_draft" => "https://api.weixin.qq.com/cgi-bin/draft/batchget?access_token=%s",//草稿箱
  12. ];