| 12345678910111213141516 |
- <?php
- // +----------------------------------------------------------------------
- // | [ WE CAN DO IT MORE SIMPLE ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2018-2020 rights reserved.
- // +----------------------------------------------------------------------
- // | Author: TABLE ME
- // +----------------------------------------------------------------------
- // | Date: 2020-11-10 13:23
- // +----------------------------------------------------------------------
- return [
- 'APPID' => 'wx39fcf0fa016905354',
- 'APPSECRET' => 'de9ba956e1e65c124325a73d1ae8f7c4c',
- 'REDIRECT' => 'http://api.myjie.cn/api/weixin/result'
- ];
|