moonsflyer 5 tháng trước cách đây
mục cha
commit
88e40868ec
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      app/shopapi/controller/RechargeController.php

+ 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{