正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
@@ -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().'', //时间戳 |
-
请 注册 或 登录 后发表评论