摘要: 安装phpExecl tp5中 composer require phpoffice/phpexcel 订单导出,同一订单多商品合并 //导出订单 public function exportOrder() { set_time_limit(0); $getData = input('post.') 阅读全文
posted @ 2020-08-19 10:17 华诺 阅读(181) 评论(0) 推荐(0) 编辑
摘要: /** * 接口返回 * @param number $id 参数id */if (!function_exists('jsonReturn')) { function jsonReturn($code = 200, $msg = '', $data = null) { $arr = [ 'code 阅读全文
posted @ 2020-08-19 09:38 华诺 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Laravel笔记 1、 安装laravel 安装composer php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 配置中国镜像:composer config -g repo.packagist c 阅读全文
posted @ 2020-08-19 09:23 华诺 阅读(135) 评论(0) 推荐(0) 编辑
摘要: <html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum 阅读全文
posted @ 2020-08-19 09:06 华诺 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 使用SDK支付,方便很多 https://yansongda.cn/2017/12/30/maybe-the-best-alipay-wechat-sdk 阅读全文
posted @ 2020-08-19 00:09 华诺 阅读(1239) 评论(0) 推荐(0) 编辑