@model JDPayQueryViewModel @{ ViewData["Title"] = "交易查询接口"; }

@section Scripts { @{await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }