first commit
This commit is contained in:
17
application/extra/wechat.php
Normal file
17
application/extra/wechat.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
// +------------------------------------------------+
|
||||
// |http://www.cjango.com |
|
||||
// +------------------------------------------------+
|
||||
// | 修复BUG不是一朝一夕的事情,等我喝醉了再说吧! |
|
||||
// +------------------------------------------------+
|
||||
// | Author: 小陈叔叔 <Jason.Chen> |
|
||||
// +------------------------------------------------+
|
||||
|
||||
return [
|
||||
'token' => 'A2aj8BtAv',
|
||||
'appid' => 'wxa655be02706ddeea',
|
||||
'secret' => '06196cb22490c323a5edcbf1d9e67403',
|
||||
'AESKey' => 'u7xi2oB8FcFJ4dn2MiP3wFhOaM65WQQUgHIpnbTnEiv',
|
||||
'mch_id' => '1486263952',
|
||||
'paykey' => 'CA72BE33311570FE25AFD91DE880376D',
|
||||
];
|
||||
Reference in New Issue
Block a user