⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.xml

📁 中国移动公布MMS已经有一段时间了。但是MMS的通讯开发工具并不是很多
💻 XML
字号:
<gateway name="mm7" type="soap.mm7">
	<authenticate name="whoami">
		<host>999999</host>
		<service_code>8110</service_code>
		<account>nndj</account>
		<password>nndj059</password>
	</authenticate>
	<transmit type="file" cache="2" persistent="true">
		<index type="file" cache="256" timeout="60"/>
		<request type="file" cache="2" removable="true"/>
		<response type="file" cache="2" removable="true"/>
	</transmit>
	<receive type="file" cache="2" persistent="true">
		<index type="file" cache="256" timeout="86400"/>
		<request type="file" cache="2" removable="true"/>
		<response type="file" cache="2" removable="true"/>
	</receive>
	<assistant type="accepter.socket" authenticate="whoami">
		<socket stream="true" timeout="15">
			<local port="80"/>
		</socket>
		<session type="receiver" count="1">
			<address type="file" cache="2" removable="true"/>
			<queue type="memory" cache="2" removable="true"/>
			<timeout packet="60" message="30"/>
			<enquire initiative="5" passive="0"/>
		</session>
	</assistant>
	<assistant type="connecter.socket" authenticate="whoami">
		<socket stream="true" timeout="15">
			<remote host="localhost" port="8082"/>
		</socket>
		<session type="transmitter" count="1">
			<build_when_data_available/>
			<address type="file" cache="2" removable="true"/>
			<queue type="memory" cache="2" removable="true"/>
			<timeout packet="60" message="30"/>
			<enquire initiative="5" passive="0"/>
		</session>
	</assistant>
</gateway>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -