资源简介

微信公共号开发基础接口 thinkphp实例

资源截图

代码片段和文件信息

return array(
‘DB_TYPE‘      =>  ‘mysql‘     // 数据库类型
‘DB_HOST‘      =>  ‘127.0.0.1‘     // 服务器地址
‘DB_NAME‘      =>  ‘demo‘     // 数据库名
‘DB_USER‘      =>  ‘root‘     // 用户名
‘DB_PWD‘       =>  ‘root‘     // 密码
‘DB_PORT‘      =>  ‘3306‘     // 端口
‘DB_PREFIX‘    =>  ‘demo_‘     // 数据库表前缀
‘DB_CHARSET‘   =>  ‘utf8‘ // 数据库的编码 默认为utf8
‘WX_CONFIG‘    =>  array(
  ‘token‘=>‘1qaz2wsx3ed‘ //填写你设定的key
  ‘encodingaeskey‘=>‘‘ //填写加密用的EncodingAESKey
  ‘appid‘=>‘wx8e338f9741e2027d‘ //填写高级调用功能的app id
  ‘appsecret‘=>‘2d843e654ddba4237a7efa4197eb1199‘ //填写高级调用功能的密钥
  )
);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          1  2016-04-09 18:41  Common\Common\index.html

     文件        730  2016-05-10 21:39  Common\Conf\config.php

     文件          1  2016-04-09 18:41  Common\Conf\index.html

     文件          1  2016-04-09 18:41  Common\index.html

     文件          1  2016-04-09 18:41  Home\Common\index.html

     文件         50  2016-04-09 18:41  Home\Conf\config.php

     文件          1  2016-04-09 18:41  Home\Conf\index.html

     文件          1  2016-04-09 18:41  Home\Controller\index.html

     文件       3212  2016-12-11 17:24  Home\Controller\IndexController.class.php

     文件          1  2016-04-09 18:41  Home\index.html

     文件          1  2016-04-09 18:41  Home\Model\index.html

     文件     162629  2016-04-09 18:56  Home\Org\Wechat.class.php

     文件      19883  2016-04-09 20:07  Home\Org\WechatAuth.class.php

     文件          1  2016-04-09 18:41  Home\View\index.html

     文件        705  2016-04-09 18:41  Runtime\Cache\Home\20914c0f075f91df3579ffbdf5180b02.php

     文件          1  2016-04-09 18:41  Runtime\Cache\Home\index.html

     文件          1  2016-04-09 18:41  Runtime\Cache\index.html

     文件          1  2016-04-09 18:41  Runtime\Data\index.html

     文件          1  2016-04-09 18:41  Runtime\index.html

     文件        229  2016-04-09 20:31  Runtime\Logs\Common\16_04_09.log

     文件     136925  2016-04-09 21:07  Runtime\Logs\Home\16_04_09.log

     文件          1  2016-04-09 18:41  Runtime\Logs\Home\index.html

     文件          1  2016-04-09 18:41  Runtime\Logs\index.html

     文件          1  2016-04-09 18:41  Runtime\Temp\index.html

     目录          0  2016-04-09 18:41  Runtime\Cache\Home

     目录          0  2016-04-09 20:31  Runtime\Logs\Common

     目录          0  2016-04-09 18:41  Runtime\Logs\Home

     目录          0  2016-04-09 18:41  Common\Common

     目录          0  2016-04-09 20:40  Common\Conf

     目录          0  2016-04-09 18:41  Home\Common

............此处省略15个文件信息

评论

共有 条评论