jq
mapleYS
暂无
展开
-
jq 微信公众支付前端代码
function pay(){ $.get({ url:"{{url('wechat/pay_vip')}}", dataType:'json', success:function (json) { var WXPayment = function() { ...原创 2018-09-21 15:28:36 · 970 阅读 · 0 评论 -
laravel jsdk引入
后端代码 public function index(){ $appid = 'wxxxxxxxxxxxxx1';//公众号后台获取 $appsecret = 'd4239xxxxxxxxxxx7d77b';//公众号后台获取 $url = 'https://api.weixin.qq.com/cgi-bin/token?grant_t...原创 2018-09-21 15:47:03 · 256 阅读 · 0 评论