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