moonsflyer 5 сар өмнө
parent
commit
88e40868ec

+ 0 - 1
app/shopapi/controller/RechargeController.php

@@ -76,7 +76,6 @@ class RechargeController extends BaseShopController
             $params = (new GiftCardValidate())->post()->goCheck('exchange');
             $params['user_id'] = $this->userId;
             $result = (new RechargeLogic())->exchange($params);
-            var_dump($result);
             if($result == 'true'){
                 return $this->success('礼品卡兑换成功');
             }else{