Mike 7 years ago
parent
commit
18953e687a
1 changed files with 0 additions and 7 deletions
  1. 0 7
      server/app/Http/Controllers/Api/V1/PayController.php

+ 0 - 7
server/app/Http/Controllers/Api/V1/PayController.php

xqd
@@ -425,15 +425,8 @@ class PayController extends Controller
             $_ops[AccountLog::OP_CHARGE],
             $_types[AccountLog::TYPE_COIN], $u->id,$u->name,$coin,$data['number'],'');
 
-
         \Log::info('支付完成');
-        if (isset($data['ext_info'])) {
-            $order->ext_info = $data['ext_info'];
-        }
 
-        if ($order->save()) {
-            return $order->find($order->id);
-        }
         return false;
     }
 }