1234567891011121314 |
- <?php
- return [
- "appId" => "wxe41843eb218a16cc",
- "appSecret" => "0ac0bb96d1a0b5182d105ae62a145cce",
- "getTokenUrl" => "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s",
- "tokenKeyName" => "tongyuekeji",
- "getOpenIdUrl" => "https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code",
- "setWebHookUrl" => "https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect",
- "redirectUrl" => "https://tykjapi.qingyaokeji.com/wxapi/getUnionid?uri=%s¶m=%s",
- // "redirectFrontEndUrl" => "https://tykj.qingyaokeji.com/#/wxGet?uri=%s&openid=%s¶m=%s",
- "redirectFrontEndUrl" => "https://tykjapi.qingyaokeji.com/api/test",
- ];
|