支付時例項化該類,呼叫pay方法即可(需要傳引數)
<?php
namespace
;use
think\db
;class
wxpay
else
return
json_encode
($data);
}public
function
sign
($data
,$wx_key
)$stringsigntemp
=$stringa
.'&key='
.'66666666666666664564654444412'
;//申請支付後有給予乙個商戶賬號和密碼,登陸後自己設定key
return
strtoupper
(md5
($stringsigntemp))
;}//隨機32位字串
private
function
nonce_str()
return
$result;}
//curl請求啊
//獲取xml
private
function
xml(
$xml
)return
$data;}
}
關於php更多好文--------->www.zhangxuu.com TP5微信支付
public function pay openid,fee,test openid openid 支付相關設定 fee i post.total fee fee fee 舉例支付0.01 body test nonce str this nonce str 隨機字串 out trade no th...
TP5微信支付退款
weixinpay php namespace use think log use think db use think cache class weixinpay 退款 param float totalfee 訂單金額 單位元 param float refundfee 退款金額 單位元 par...
TP5 微信付款支付呼叫微信介面
官方文件 商家的key key mch id device info body 隨機碼 nonce str rand 100000,999999 out trade no 訂單編號 標價金額 total fee 80.00 終端ip spbill create ip 127.0.0.1 路由位址 前...