作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

@@ -103,7 +103,6 @@ class WeixinPay { @@ -103,7 +103,6 @@ class WeixinPay {
103 private function weixinapp() { 103 private function weixinapp() {
104 //统一下单接口 104 //统一下单接口
105 $unifiedorder = $this->unifiedorder(); 105 $unifiedorder = $this->unifiedorder();
106 - dump($unifiedorder);  
107 $parameters = array( 106 $parameters = array(
108 'appId' => $this->appid, //小程序ID 107 'appId' => $this->appid, //小程序ID
109 'timeStamp' => ''.time().'', //时间戳 108 'timeStamp' => ''.time().'', //时间戳