正在显示
2 个修改的文件
包含
1 行增加
和
3 行删除
@@ -205,9 +205,6 @@ class OrderController extends HomeBaseController{ | @@ -205,9 +205,6 @@ class OrderController extends HomeBaseController{ | ||
205 | +ceil(($new_end_time-$stateTime)/3600) * $interval['price']; | 205 | +ceil(($new_end_time-$stateTime)/3600) * $interval['price']; |
206 | } | 206 | } |
207 | } | 207 | } |
208 | - }else{ | ||
209 | - //不跨天 | ||
210 | - | ||
211 | } | 208 | } |
212 | return $price; | 209 | return $price; |
213 | } | 210 | } |
@@ -103,6 +103,7 @@ class WeixinPay { | @@ -103,6 +103,7 @@ class WeixinPay { | ||
103 | private function weixinapp() { | 103 | private function weixinapp() { |
104 | //统一下单接口 | 104 | //统一下单接口 |
105 | $unifiedorder = $this->unifiedorder(); | 105 | $unifiedorder = $this->unifiedorder(); |
106 | + dump($unifiedorder); | ||
106 | $parameters = array( | 107 | $parameters = array( |
107 | 'appId' => $this->appid, //小程序ID | 108 | 'appId' => $this->appid, //小程序ID |
108 | 'timeStamp' => ''.time().'', //时间戳 | 109 | 'timeStamp' => ''.time().'', //时间戳 |
-
请 注册 或 登录 后发表评论