提现审核通知

This commit is contained in:
weiz 2024-05-25 20:45:31 +08:00
parent a7d28f948e
commit d919b4c6b3

View File

@ -113,7 +113,7 @@ class MerchantWithdrawLogic extends BaseLogic
$pid = !empty($data['mer_id']) ? $data['mer_id'] : $data['supplier_id'];
$apply_info = Db::name('user_auth_shop')->where('pid', $pid)->findOrEmpty();
if (!empty($apply_info['jg_register_id'])) {
(new JgPushService())->sendMsg($apply_info['jg_register_id'], '您的提现申请请求' . ($params['status'] == 1 ? '已审核通过' : '审核未通过'), '/pages/quote/financialyDeatil');
(new JgPushService())->sendMsg($apply_info['jg_register_id'], '您的提现申请请求' . ($params['is_check'] == 1 ? '已审核通过' : '审核未通过'), '/pages/quote/financialyDeatil');
}
Db::commit();
return true;