上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 125 下一页
摘要: 支付和退款都需要,这里的支付宝公钥(注意:不是应用公钥,支付宝公钥在应用公钥基础上生成的),和应用的私钥; 里面参数有几个用到支付回调里面的参数, 支付流水号,支付者信息,支付登录者信息; 阅读全文
posted @ 2019-01-28 18:01 盘思动 阅读(979) 评论(0) 推荐(0) 编辑
摘要: openid = $openid; // $this->outTradeNo = $outTradeNo; // $this->totalFee = $totalFee; // $this->outRefundNo = $outRefundNo; // $this->refundFee = $refundFee; // } ... 阅读全文
posted @ 2019-01-18 21:15 盘思动 阅读(1289) 评论(0) 推荐(0) 编辑
摘要: https://packagist.org/packages/fcode/wxshare 阅读全文
posted @ 2019-01-14 09:38 盘思动 阅读(261) 评论(0) 推荐(0) 编辑
摘要: <pre> array(1) { [0] =&gt; string(0) &quot;&quot; }</pre> 阅读全文
posted @ 2019-01-10 17:28 盘思动 阅读(345) 评论(0) 推荐(0) 编辑
摘要: https://packagist.org/packages/houdunwang/qrcode 阅读全文
posted @ 2019-01-10 00:23 盘思动 阅读(315) 评论(0) 推荐(0) 编辑
摘要: $(document).on('click','#getcode',function(){ var tel = $('#tel').val(); var _this = $('#getcode'); var _this_html = _this.html(); const numreg = /^\d/; const reg = /^1[3|4|5|6|7... 阅读全文
posted @ 2019-01-05 16:42 盘思动 阅读(201) 评论(0) 推荐(0) 编辑
摘要: https://www.easywechat.com/docs/3.x/oauth 阅读全文
posted @ 2018-12-26 10:43 盘思动 阅读(248) 评论(0) 推荐(0) 编辑
摘要: $str = '150.2';$str_s = $str * 100;echo $str_s;echo "-------";echo (int)($str * 100);echo '****--';echo (int)($str_s);echo '****--'; echo (int)(string)($str_s);echo '****--'; echo (int)(15020);exit;1... 阅读全文
posted @ 2018-12-22 17:21 盘思动 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 修改了php配置需要平滑启动php-fpm ps -aux | grep php-fpm 找到phpfpm 的master process的进程id kill -SIGUSR2 31158 实现平滑重启php-fpm ### 阅读全文
posted @ 2018-12-22 10:22 盘思动 阅读(1739) 评论(0) 推荐(0) 编辑
摘要: intval -- 获取变量的整数值 floatval -- 获取变量的浮点值 阅读全文
posted @ 2018-12-21 22:00 盘思动 阅读(263) 评论(0) 推荐(0) 编辑
上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 125 下一页