App.config 1.3 KB
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
    </startup>
	<appSettings>
		<add key="EnableWindowsFormsHighDpiAutoResizing" value="true"/>
		<!--服务器查询PN_开始-->
		<!--请求方式;大写POSTGET-->
		<add key="CustomerName" value="1181"/>
		<add key="RequestMethod" value="GET"/>
		<add key="ContentType" value="application/json"/>
		<add key="IsTokenRequired" value="TRUE"/>
		<!--isTokenRequiredtrue时,tokenurl必填-->
		<add key="Tokenurl" value=""/>
		<add key="Url" value=""/>
		<!--关键字value请用,号隔开-->
		<add key="KeyWords" value="grn_num,vend_num,grn_line,infobar=0"/>
		<!--服务器查询PN_结束-->
		<!--启动服务路由地址-->
		<add key="StartServiceName" value=""/>
		<add key="StartServicePath" value=""/>
		
	</appSettings>
	<system.serviceModel>
		<bindings>
			<webHttpBinding>
				<binding maxReceivedMessageSize="90000000" maxBufferPoolSize="90000000" maxBufferSize="90000000" closeTimeout="00:03:00" openTimeout="00:03:00" receiveTimeout="00:01:00" sendTimeout="00:01:00">
					<readerQuotas maxStringContentLength="90000000" maxArrayLength="90000000" maxBytesPerRead="90000000" />
					<security mode="None"/>
				</binding>
			</webHttpBinding>
		</bindings>
	</system.serviceModel>
</configuration>