摘要:
安装phpExecl tp5中 composer require phpoffice/phpexcel 订单导出,同一订单多商品合并 //导出订单 public function exportOrder() { set_time_limit(0); $getData = input('post.') 阅读全文
摘要:
/** * 接口返回 * @param number $id 参数id */if (!function_exists('jsonReturn')) { function jsonReturn($code = 200, $msg = '', $data = null) { $arr = [ 'code 阅读全文
摘要:
Laravel笔记 1、 安装laravel 安装composer php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 配置中国镜像:composer config -g repo.packagist c 阅读全文
摘要:
<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 阅读全文
摘要:
使用SDK支付,方便很多 https://yansongda.cn/2017/12/30/maybe-the-best-alipay-wechat-sdk 阅读全文