上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 133 下一页
摘要: delivery_show(); $('.delivery_btn').on('click',function(){ delivery_show(); }); function delivery_show() { var delivery_type_val = $("input[n... 阅读全文
posted @ 2019-02-19 17:03 盘思动 阅读(365) 评论(0) 推荐(0)
摘要: nginx单独配置 重启 [root@ssy106c14c190c69 Api]# cd /usr/local/nginx/sbin/[root@ssy106c14c190c69 sbin]# lsnginx nginx.old[root@ssy106c14c190c69 sbin]# ./ngin 阅读全文
posted @ 2019-01-31 09:55 盘思动 阅读(765) 评论(0) 推荐(0)
摘要: zb@zb-computer:~$ date +%s 1548723525 zb@zb-computer:~$ date -d @1548723525 2019年 01月 29日 星期二 08:58:45 CST 阅读全文
posted @ 2019-01-29 09:02 盘思动 阅读(1135) 评论(0) 推荐(0)
摘要: 支付和退款都需要,这里的支付宝公钥(注意:不是应用公钥,支付宝公钥在应用公钥基础上生成的),和应用的私钥; 里面参数有几个用到支付回调里面的参数, 支付流水号,支付者信息,支付登录者信息; 阅读全文
posted @ 2019-01-28 18:01 盘思动 阅读(1042) 评论(0) 推荐(0)
摘要: openid = $openid; // $this->outTradeNo = $outTradeNo; // $this->totalFee = $totalFee; // $this->outRefundNo = $outRefundNo; // $this->refundFee = $refundFee; // } ... 阅读全文
posted @ 2019-01-18 21:15 盘思动 阅读(1309) 评论(0) 推荐(0)
摘要: https://packagist.org/packages/fcode/wxshare 阅读全文
posted @ 2019-01-14 09:38 盘思动 阅读(271) 评论(0) 推荐(0)
摘要: <pre> array(1) { [0] =&gt; string(0) &quot;&quot; }</pre> 阅读全文
posted @ 2019-01-10 17:28 盘思动 阅读(352) 评论(0) 推荐(0)
摘要: https://packagist.org/packages/houdunwang/qrcode 阅读全文
posted @ 2019-01-10 00:23 盘思动 阅读(343) 评论(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 盘思动 阅读(207) 评论(0) 推荐(0)
摘要: https://www.easywechat.com/docs/3.x/oauth 阅读全文
posted @ 2018-12-26 10:43 盘思动 阅读(264) 评论(0) 推荐(0)
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 133 下一页