Pārlūkot izejas kodu

Merge branch 'master' of iqiyoo:zhuishuyun_wap

onlinetest 6 gadi atpakaļ
vecāks
revīzija
41da4a87a9

+ 1 - 1
app/Http/Controllers/Wap/Order/OrdersController.php

@@ -257,7 +257,7 @@ class OrdersController extends BaseController
                     continue;
                 }
                 $temp = [
-                    'price' => (int)$v->price . '元',
+                    'price' => (float)$v->price . '元',
                     'is_year_order' => 0,
                     'text' => sprintf('%s+%s书币', $v->price * 100, $v->given),
                     'first_charge' => true,

+ 2 - 1
app/Libs/Helpers.php

@@ -465,6 +465,7 @@ function specialChannelAuthInfoV2(){
         '4607'=>'wx2bc3eaf8840f81a8',
         '4608'=>'wx3723054b39225b9d',
         '4609'=>'wx504c20ebf5cfcd60',
-        '4617'=>'wxf45639677a2bb97c'
+        '4617'=>'wxf45639677a2bb97c',
+        '4624'=>'wx552c4500db26c627'
     ];
 }