Browse Source

微信提现

master
lanzu_qsy 5 years ago
parent
commit
8f3bcc1028
  1. 1
      app/Admin/Controllers/LanzuCsWithdrawController.php

1
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;

Loading…
Cancel
Save