修改会员充值流水写入
This commit is contained in:
parent
daec144ca1
commit
0b7d0b21a6
@ -501,8 +501,10 @@ class PayNotifyLogic extends BaseLogic
|
|||||||
if ($order['other_uid'] > 0) {
|
if ($order['other_uid'] > 0) {
|
||||||
$uid = $order['other_uid'];
|
$uid = $order['other_uid'];
|
||||||
}
|
}
|
||||||
|
if ($type == 'wechat') {
|
||||||
$cashFlowLogic = new CashFlowLogic();
|
$cashFlowLogic = new CashFlowLogic();
|
||||||
$cashFlowLogic->insert($order['store_id'], $order['price'],$orderSn);
|
$cashFlowLogic->insert($order['store_id'], $order['price'],$orderSn);
|
||||||
|
}
|
||||||
|
|
||||||
PushService::push('wechat_mmp_' . $uid, $uid, ['type' => 'INDUSTRYMEMBERS', 'msg' => '订单支付成功', 'data' => ['id' => $order['id'], 'paid' => 1]]);
|
PushService::push('wechat_mmp_' . $uid, $uid, ['type' => 'INDUSTRYMEMBERS', 'msg' => '订单支付成功', 'data' => ['id' => $order['id'], 'paid' => 1]]);
|
||||||
PushService::push('store_merchant_' . $order['store_id'], $order['store_id'], ['type' => 'INDUSTRYMEMBERS', 'msg' => '订单支付成功', 'data' => ['id' => $order['id'], 'paid' => 1]]);
|
PushService::push('store_merchant_' . $order['store_id'], $order['store_id'], ['type' => 'INDUSTRYMEMBERS', 'msg' => '订单支付成功', 'data' => ['id' => $order['id'], 'paid' => 1]]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user