1234567891011 |
- <?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",
- ];
|