Browse Source

调试微信提现次数

master
lanzu_qsy 5 years ago
parent
commit
92523f3abd
  1. 1
      app/Admin/Controllers/LanzuCsWithdrawController.php

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

Loading…
Cancel
Save