Browse Source

修复 如微信提现次数已用完,提现失败没有友好提示

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

1
app/Admin/Controllers/LanzuCsWithdrawController.php

@ -161,6 +161,7 @@ class LanzuCsWithdrawController extends AdminController
} else { } else {
//记录失败日志 //记录失败日志
Log::error('提现失败.', $res); Log::error('提现失败.', $res);
return $form->error($res['return_msg']);
} }
} }
}); });

Loading…
Cancel
Save