Commit a0f9fc7d authored by pengfei's avatar pengfei

update 团长分销-扣减资金池服务type和调用钱包保持一致

parent 5429afba
...@@ -122,7 +122,7 @@ class ColonelwalletController extends Job ...@@ -122,7 +122,7 @@ class ColonelwalletController extends Job
'user_id' => $payInfo['colonel_user_id'], 'user_id' => $payInfo['colonel_user_id'],
'amount' => $payInfo['reward'], 'amount' => $payInfo['reward'],
'third_order_id' => $payInfo['pay_info_trade_id'], 'third_order_id' => $payInfo['pay_info_trade_id'],
'third_order_id_type' => $payInfo['type'], 'third_order_id_type' => $thirdOrderInfo['type'],
'third_order_desc' => $thirdOrderInfo['desc'], 'third_order_desc' => $thirdOrderInfo['desc'],
]; ];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment