提现审核通知
This commit is contained in:
parent
a7d28f948e
commit
d919b4c6b3
@ -113,7 +113,7 @@ class MerchantWithdrawLogic extends BaseLogic
|
|||||||
$pid = !empty($data['mer_id']) ? $data['mer_id'] : $data['supplier_id'];
|
$pid = !empty($data['mer_id']) ? $data['mer_id'] : $data['supplier_id'];
|
||||||
$apply_info = Db::name('user_auth_shop')->where('pid', $pid)->findOrEmpty();
|
$apply_info = Db::name('user_auth_shop')->where('pid', $pid)->findOrEmpty();
|
||||||
if (!empty($apply_info['jg_register_id'])) {
|
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();
|
Db::commit();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user