|
|
@@ -404,8 +404,8 @@ class TestController extends BaseController
|
|
|
'tradeNo' => '20231230110113130266215700775011',
|
|
|
];
|
|
|
$response = $laResource->query($queryParams, 1);
|
|
|
- print_r($response);
|
|
|
- util::stop();
|
|
|
+ //print_r($response);
|
|
|
+ //util::stop();
|
|
|
if (isset($response['code']) && $response['code'] == 'BBS00000') {
|
|
|
|
|
|
$connection = Yii::$app->db;
|
|
|
@@ -422,7 +422,8 @@ class TestController extends BaseController
|
|
|
}
|
|
|
$totalFee = $total_amount / 100;
|
|
|
$transactionId = $postData['trade_no'] ?? 0;
|
|
|
- $capitalType = dict::getDict('capitalType', 'xhOrder', 'id');
|
|
|
+
|
|
|
+ $capitalType = dict::getDict('capitalType', 'hdPurchaseClear', 'id');
|
|
|
|
|
|
$currentPayWay = null;
|
|
|
if ($account_type == 'WECHAT') {
|