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' => 'wx57a473fc2f83f7e5',
- 'APPSECRET' => 'c1a852e43bb28ca6a72dd7bcebfcc434',
- 'REDIRECT' => 'http://api.myjie.cn/api/weixin/result'
- ];
|