
微信
达大大
这个作者很懒,什么都没留下…
展开
-
微信支付之企业付款到零钱
public function pay_to_change($orderid,$openid,$amount){ $appid = xxx;//商户账号appid $secret = xxx;//appsecret $mch_id = xxx;//商户号 $key = xxx;//支付密钥 $arr ...原创 2018-11-29 08:46:18 · 825 阅读 · 0 评论 -
微信支付之app支付
public function wxWapPay(){ $out_trade_no = $_GET['out_trade_no']; //商家订单号 $total_fee = $_GET['total_fee']*100; //商品价格 单位为分 $time = time(); $nonce_str = xxx; //随机字符串 不多于32位 $appid ...原创 2018-11-29 08:53:17 · 249 阅读 · 0 评论