feat: 增加URL表单

This commit is contained in:
wintel
2025-04-02 23:31:38 +08:00
parent 28c82e59d4
commit 350c8e58c1
4 changed files with 21 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
// Author:Yubao Li
// </autogenerated>
//------------------------------------------------------------------------------
using Infrastructure;
namespace OpenAuth.App.Response
{
/// <summary>
@@ -83,7 +83,7 @@ namespace OpenAuth.App.Response
{
get
{
if (this.FrmType != 0) //只有开原版动态表单才需要转换
if (this.FrmType != Define.FORM_TYPE_DYNAMIC) //只有开原版动态表单才需要转换
{
return string.Empty;
}