| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  | <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InterFaceEdit.aspx.cs" Inherits="FineUIPro.Web.InterFace.InterFaceEdit" %> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
					
						
							|  |  |  | <html xmlns="http://www.w3.org/1999/xhtml"> | 
					
						
							|  |  |  | <head runat="server"> | 
					
						
							|  |  |  |     <title>编辑接口设置</title> | 
					
						
							|  |  |  |     <link href="../res/css/common.css" rel="stylesheet" type="text/css" /> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  |     <form id="form1" runat="server"> | 
					
						
							|  |  |  |         <f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" /> | 
					
						
							|  |  |  |         <f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true" | 
					
						
							|  |  |  |             BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right"> | 
					
						
							|  |  |  |             <Rows> | 
					
						
							|  |  |  |                 <f:FormRow> | 
					
						
							|  |  |  |                     <Items> | 
					
						
							|  |  |  |                         <f:TextBox ID="txtFaceName" runat="server" Label="接口名称" Required="true" ShowRedStar="true" MaxLength="50" | 
					
						
							|  |  |  |                             FocusOnPageLoad="true"> | 
					
						
							|  |  |  |                         </f:TextBox> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:FormRow> | 
					
						
							|  |  |  |                 <f:FormRow> | 
					
						
							|  |  |  |                     <Items> | 
					
						
							| 
									
										
										
										
											2025-03-13 10:52:32 +08:00
										 |  |  |                         <f:CheckBox ID="cbIsSingleRequest" Label="是否单一来源" runat="server" DisplayType="Switch" OnCheckedChanged="cbIsSingleRequest_OnCheckedChanged" | 
					
						
							|  |  |  |                                     Checked="true" AutoPostBack="true"> | 
					
						
							|  |  |  |                         </f:CheckBox> | 
					
						
							| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-03-13 10:52:32 +08:00
										 |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:FormRow>  | 
					
						
							|  |  |  |                 <f:FormRow ID="rowFace"> | 
					
						
							|  |  |  |                     <Items>  | 
					
						
							| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  |                         <f:DropDownList ID="drpUnit" runat="server" Label="源单位" EnableEdit="true" ForceSelection="false" | 
					
						
							| 
									
										
										
										
											2025-03-13 10:52:32 +08:00
										 |  |  |                              > | 
					
						
							| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  |                         </f:DropDownList> | 
					
						
							|  |  |  |                         <f:TextBox ID="txtFaceUrl" runat="server" Label="来源地址" Required="true" ShowRedStar="true" > | 
					
						
							|  |  |  |                         </f:TextBox> | 
					
						
							|  |  |  |                         <f:DropDownList ID="DrpUrlReqMethod" runat="server" Label="请求类型" EnableEdit="false" ForceSelection="false" | 
					
						
							|  |  |  |                             Required="true" ShowRedStar="true"> | 
					
						
							|  |  |  |                         </f:DropDownList> | 
					
						
							|  |  |  |                     </Items> | 
					
						
							| 
									
										
										
										
											2025-03-13 10:52:32 +08:00
										 |  |  |                 </f:FormRow>  | 
					
						
							| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  |                 <f:FormRow> | 
					
						
							|  |  |  |                     <Items> | 
					
						
							| 
									
										
										
										
											2025-03-13 10:52:32 +08:00
										 |  |  |                         <f:TextArea ID="txtRequestJsonBody" runat="server" Label="请求报文体" Hidden="True"  > | 
					
						
							|  |  |  |                         </f:TextArea>  | 
					
						
							|  |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:FormRow>  | 
					
						
							|  |  |  |                 <f:FormRow ID="rowFaceFor"> | 
					
						
							|  |  |  |                     <Items> | 
					
						
							|  |  |  |                         <f:DropDownList runat="server" ID="drpAuthUnit"   | 
					
						
							|  |  |  |                             Label="目标单位" MaxLength="4000" EnableEdit="True" >  | 
					
						
							|  |  |  |                         </f:DropDownList> | 
					
						
							| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  |                         <f:TextBox ID="txtFaceForUrl" runat="server" Label="目标地址" Required="true" ShowRedStar="true"> | 
					
						
							|  |  |  |                         </f:TextBox> | 
					
						
							|  |  |  |                         <f:DropDownList ID="DrpForUrlReqMethod" runat="server" Label="请求类型" EnableEdit="false" ForceSelection="false" | 
					
						
							|  |  |  |                             Required="true" ShowRedStar="true"> | 
					
						
							|  |  |  |                         </f:DropDownList> | 
					
						
							|  |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:FormRow> | 
					
						
							| 
									
										
										
										
											2025-03-13 10:52:32 +08:00
										 |  |  |                 <f:FormRow ID="rowCallBack"> | 
					
						
							| 
									
										
										
										
											2023-08-10 11:40:02 +08:00
										 |  |  |                     <Items> | 
					
						
							|  |  |  |                         <f:CheckBox ID="IsCallBack" Label="是否回调" runat="server" DisplayType="Switch" OnCheckedChanged="IsCallBack_CheckedChanged" | 
					
						
							|  |  |  |                             Checked="true" AutoPostBack="true"> | 
					
						
							|  |  |  |                         </f:CheckBox> | 
					
						
							|  |  |  |                         <f:TextBox ID="txtCallBackUrl" runat="server" Label="回调地址"  Hidden="false"  > | 
					
						
							|  |  |  |                         </f:TextBox> | 
					
						
							|  |  |  |                         <f:DropDownList ID="DrpCallBackUrlReqMethod" runat="server" Label="请求类型" EnableEdit="false" ForceSelection="false" | 
					
						
							|  |  |  |                             Required="true" ShowRedStar="true"> | 
					
						
							|  |  |  |                         </f:DropDownList> | 
					
						
							|  |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:FormRow> | 
					
						
							|  |  |  |                 <f:FormRow> | 
					
						
							|  |  |  |                     <Items> | 
					
						
							|  |  |  |                          <f:DropDownList ID="drpIsOpen" runat="server" Label="是否启用" EnableEdit="false" ForceSelection="false" | 
					
						
							|  |  |  |                             Required="true" ShowRedStar="true"> | 
					
						
							|  |  |  |                         </f:DropDownList> | 
					
						
							|  |  |  |                         <f:TextBox ID="txtRemarks" runat="server" Label="描述" MaxLength="500"> | 
					
						
							|  |  |  |                         </f:TextBox> | 
					
						
							|  |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:FormRow> | 
					
						
							|  |  |  |             </Rows> | 
					
						
							|  |  |  |             <Toolbars> | 
					
						
							|  |  |  |                 <f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server"> | 
					
						
							|  |  |  |                     <Items> | 
					
						
							|  |  |  |                         <f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ToolTip="保存" ValidateForms="SimpleForm1" Hidden="true" | 
					
						
							|  |  |  |                             OnClick="btnSave_Click"> | 
					
						
							|  |  |  |                         </f:Button> | 
					
						
							|  |  |  |                         <f:Button ID="btnClose" EnablePostBack="false" Text="关闭" ToolTip="关闭" runat="server" Icon="SystemClose"> | 
					
						
							|  |  |  |                         </f:Button> | 
					
						
							|  |  |  |                     </Items> | 
					
						
							|  |  |  |                 </f:Toolbar> | 
					
						
							|  |  |  |             </Toolbars> | 
					
						
							|  |  |  |         </f:Form> | 
					
						
							|  |  |  |     </form> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |