qingyaoWx.php 249 B

12345678910
  1. <?php
  2. return [
  3. "token" => "qingyao",
  4. "appid" => "wxb207e156f593f699",
  5. "appsecret" => "25b2455c0cd6e87c73c9912ba1523aee",
  6. "get_token" => "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s",
  7. ];