diff --git a/app/Admin/Controllers/LanzuCsWithdrawController.php b/app/Admin/Controllers/LanzuCsWithdrawController.php index 320272c..f398de2 100644 --- a/app/Admin/Controllers/LanzuCsWithdrawController.php +++ b/app/Admin/Controllers/LanzuCsWithdrawController.php @@ -133,6 +133,7 @@ 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;