|
|
@@ -137,7 +137,7 @@ class UnSettmatchLogic
|
|
|
$mModel = new MoneyDetailsModel();
|
|
|
$mModel->info_identity = UUID();
|
|
|
$mModel->trade_id = $item->order_id;
|
|
|
- $mModel->account_name = $userInents['accountIdent']->account;
|
|
|
+ $mModel->account_name = $userInents[$accountIdent]->account;
|
|
|
$mModel->account_identity = $accountIdent;
|
|
|
$mModel->money_time = $time;
|
|
|
$mModel->money_type = 3;
|
|
|
@@ -202,7 +202,7 @@ class UnSettmatchLogic
|
|
|
'settype' => 2,
|
|
|
'bettype' => 2,
|
|
|
'change_status' => 0,
|
|
|
- 'order_ids'=>'',
|
|
|
+ 'order_ids' => '',
|
|
|
];
|
|
|
$url = 'http://127.0.0.1:9094/Settelement';
|
|
|
post_curls($url, $dataArr);
|