支付宝扫码支付
有問題加我qq1374394031
public function alipay(){Vendor('alipay.AopSdk');Vendor("alipay.aop.AopClient");vendor('alipay.aop.request.AlipayTradePagePayRequest');//構造參數 $aop = new \AopClient (); $aop->gatewayUrl ='https://openapi.alipaydev.com/gateway.do'; //該地址為沙箱環境//'[https://openapi.alipay.com/gateway.do](https://openapi.alipay.com/gateway.do)'; 該地址為真實環境$aop->appId = '商戶id'; $aop->rsaPrivateKey = '';$aop->alipayrsaPublicKey = "";$aop->apiVersion = '1.0'; $aop->signType = 'RSA2'; $aop->postCharset= 'utf-8'; $aop->format='json'; $request = new \AlipayTradePagePayRequest (); $request->setReturnUrl('https://www.baidu.com'); //$url="http://" . $_SERVER['HTTP_HOST'] ."/index/index/setNotify";//$request->setNotifyUrl($url); $request->setBizContent('{"product_code":"FAST_INSTANT_TRADE_PAY","out_trade_no":"201503200101010048","subject":"Iphone6 16G","total_amount":"0.01","body":"Iphone6 16G"}');//請求 $result = $aop->pageExecute ($request);//輸出 echo $result;}總結
- 上一篇: swoole 简单的聊天室
- 下一篇: php图片拼合