qingyaoWx.php 380 B

1234567891011
  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. ];