测试回调结果

This commit is contained in:
2025-05-26 15:54:13 +08:00
parent e6c190f3a5
commit 26509cde9f

View File

@@ -253,7 +253,7 @@ class EplpayCallbackController extends \yii\web\Controller
$t->commit();
}catch (\Exception $exception){
$t->rollBack();
$callback->message = $exception->getMessage();
$callback->message = $exception->getMessage(). "在第". $exception->getLine() . "行出错,文件:" . $exception->getFile();
$callback->save();
return Json::encode([
'returnCode' => '0001',