diff --git a/app/Admin/Controllers/LanzuCsWithdrawController.php b/app/Admin/Controllers/LanzuCsWithdrawController.php index f398de2..320272c 100644 --- a/app/Admin/Controllers/LanzuCsWithdrawController.php +++ b/app/Admin/Controllers/LanzuCsWithdrawController.php @@ -133,7 +133,6 @@ class LanzuCsWithdrawController extends AdminController //获取站点信息 $csInfo = LanzuCsInfo::find($form->model()->cs_id); $res = WxPay::pay($csInfo, $form); - dd($res); if ($res['result_code'] == "SUCCESS") {//更新到账状态 $csw = modelCsWithdraw::find($form->model()->id); $csw->is_pay = 1;