|
|
@@ -973,7 +973,6 @@ class TestController extends BaseController
|
|
|
$connection = Yii::$app->db;
|
|
|
$transaction = $connection->beginTransaction();
|
|
|
try {
|
|
|
-
|
|
|
$account_type = $response['resp_data']['account_type'] ?? 0;
|
|
|
if (empty($account_type)) {
|
|
|
noticeUtil::push('支付回调失败了,没有找到钱包类型,请注意', '15280215347');
|
|
|
@@ -988,7 +987,6 @@ class TestController extends BaseController
|
|
|
noticeUtil::push('支付回调失败了,没有找到支付类型', '15280215347');
|
|
|
util::end();
|
|
|
}
|
|
|
-
|
|
|
$attach = '';
|
|
|
$total_amount = $response['resp_data']['total_amount'] ?? 0;
|
|
|
$orderSn = $response['resp_data']['out_trade_no'] ?? 0;
|