WIN-2308041133\Administrator 6 months ago
parent
commit
94669b4dda
1 changed files with 4 additions and 2 deletions
  1. 4 2
      application/api/controller/Pay.php

+ 4 - 2
application/api/controller/Pay.php

@@ -673,7 +673,8 @@ class Pay extends Api
 //            $this->error(__('金额不对'));
 //        }
 //        $price = input('price');
-        $price =  Db::name('videolist')->where('id', input('vid'))->value('sharesprice');;
+        $price =  Db::name('videolist')->where('id', input('vid'))->value('sharesprice');
+        var_dump($price);die();
 //        $pricebuy = input('pricebuy');
 //            if(input('lx')==2){
 //                $price=input('priced');
@@ -707,7 +708,8 @@ class Pay extends Api
 
         $site = config('site');
         $amount = $price;
-        var_dump(646846);die();
+        var_dump(646846);
+        var_dump($amount);die();
 //        $amount = $data['zprice'];
 //        if (!$amount) {
 //            $this->error(__('金额不对'));