摘要: 一:index.php入口文件// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为falsedefine('APP_DEBUG',True);/***版本控制*项目正式部署上线后请设置为true*/define('RELEASE_VERSION', false);二:分别创建DebugConf... 阅读全文
posted @ 2015-09-15 22:43 麦田守望者~ 阅读(173) 评论(0) 推荐(0)
摘要: 1:参考官方文档 http://mp.weixin.qq.com/wiki/8/30ed81ae38cf4f977194bf1a5db73668.html /** * 微信接口统计 */ public function wx_interface(){ $begin_date =... 阅读全文
posted @ 2015-09-15 15:24 麦田守望者~ 阅读(548) 评论(0) 推荐(0)