dyr接口文档

访问密码询问管理


接口文档

<h1>惠充系统</h1> <h2>1 环境变量</h2> <h3>接口</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;266&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 199.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;665&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 499.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;字段值&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;266&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 199.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;baseurl&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;665&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 499.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(65, 131, 196); font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;a href=&quot;<a href="http://xn--eqrt2g/yrapi.php/&quot">http://xn--eqrt2g/yrapi.php/&quot</a>; style=&quot;color: rgb(65, 131, 196); text-decoration: none; box-sizing: border-box; background: 0px 0px;&quot;&gt;<a href="http://域名/yrapi.php/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt">http://域名/yrapi.php/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt</a>;</p> <h2>2 话费流量供应系统</h2> <h2>2.1 接口说明</h2> <p>api提交方式:HTTP POST(表单) Content-Type:application/x-www-form-urlencoded<br /> 充值回调方式:HTTP POST(表单) 参数格式实例:order_number=1&amp;out_trade_num=1&amp;mobile=1&amp;otime=1&amp;state=1</p> <h2>2.2 签名说明</h2> <p>签名步骤:<br /> 1、准备好所有待签名参数(所有”请求参数“或所有”回调参数“都要参数签名,除开sign字段,没个api传递的参数都不同,这句提示很重要)</p> <p>2、生成签名字符串(参数名字典升序排序,apikey不参与排序,直接放最后,如后面示例进行组装)“a=1&amp;b=2&amp;c=3&amp;apikey=你的商户key”。(实际字段名并非是a、b、c这里只是演示)</p> <p>3、对签名字符串进行大写md5,签名=md5(签名字符串)</p> <p>特别说明:签名字符串不进行URL编码,如果使用php 的http_build_query拼装字符串时,会自动进行URL编码,建议对签名字符串进行一次URL解码 ;提交报文中不要包含秘钥,容易造成秘钥暴露且不能验签通过;</p> <p>php签名实例:</p> <pre><code>// 签名参数只是示例,并非真实提交数据 $param = [&amp;quot;参数名称&amp;quot; =&amp;gt; &amp;quot;参数值&amp;quot;, ...]; // 字典排序 ksort($param); // 拼接签名串 $sign_str = http_build_query($param) . &amp;#039;&amp;amp;apikey=aaaaaaaaaaaaaaaaaaa&amp;#039;; // 签名 $sign = strtoupper(md5(urldecode($sign_str))); $param[&amp;#039;sign&amp;#039;] = $sign; $httpdata = $param;</code></pre> <h2>2.3 充值提交接口</h2> <p>POST<a href="http://xn--eqrt2g/yrapi.php/index/recharge"><a href="http://域名/yrapi.php/index/recharge">http://域名/yrapi.php/index/recharge</a></a></p> <h3>接口说明</h3> <p>提交充值订单</p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;out_trade_num&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;GG5822222266&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户订单号,由商户自己生成唯一单号。&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;(同一商户,不能存在相同单号订单,相同订单号不能提单)&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;product_id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;68&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品ID(代理后台查看)&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;mobile&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;18866667777&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值号码(手机号、电费户、qq号等)&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;notify_url&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(65, 131, 196); font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;a href=&quot;<a href="http://www.abc.com/&quot">http://www.abc.com/&quot</a>; style=&quot;color: rgb(65, 131, 196); text-decoration: none; box-sizing: border-box; background: 0px 0px;&quot;&gt;<a href="http://www.abc.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td">http://www.abc.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td</a> width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;回调地址,用于接收充值状态回调&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户ID,通过客服或代理后台获取&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;amount&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;100&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;面值,(不传不校验)如果产品的面值与此参数不同,提单驳回&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;price&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;94.8&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;最高成本,(不传不校验)如果产品成本超过这个值,提单驳回&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;area&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;广东&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;电费省份/直辖市,如:四川、北京、上海,仅电费带此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;ytype&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;电费验证三要素,1-身份证后6位,2-银行卡后六位,3-营业执照后六位,仅南网电费带此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;id_card_no&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;123456&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;身份证后6位/银行卡后6位/营业执照后6位,仅南网电费带此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;city&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;广州&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;地级市名,仅部分南网电费带此参数,是否带此参数需咨询渠道方&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;param1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;扩展参数,后台查看提交的产品类目是否需要提交此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;param2&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;扩展参数,后台查看提交的产品类目是否需要提交此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;param3&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;扩展参数,后台查看提交的产品类目是否需要提交此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;233&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 174.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;77&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 57.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;66&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;275&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 206.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名;签名规则见2.2“签名说明”&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <p>请求示例:</p> <pre><code>out\_trade\_num=ABC1111&amp;amp;product\_id=11&amp;amp;mobile=18899998888¬ify\_url=http://www.abc.com/yuanren&amp;amp;userid=10001&amp;amp;sign=GZWDK8X7TGJFA8N8O9HILQ6WSI46C8FJ</code></pre> <h3>响应体</h3> <p>● 响应数据格式:JSON,当“http状态非200”或者“响应体无数据时”可能是服务器或其他链路出现故障,无法准确判定是否成功下单,请通过订单查询或者人工方式再次确认状态。</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误码,0代表成功,非0代表提交失败&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errmsg&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;object&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno=0时 返回数据&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ order_number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;系统定单号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ mobile&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值手机号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ product_id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ total_price&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;消费金额&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ out_trade_num&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户订单号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;214&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 160.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ title&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;79&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 59.4pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;101&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;434&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 326.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值产品说明&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <p>响应示例:</p> <p>{</p> <pre><code>&amp;quot;errno&amp;quot;: 0, &amp;quot;errmsg&amp;quot;: &amp;quot;下单成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;order\_number&amp;quot;: &amp;quot;XYZ111111&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;18866667777&amp;quot;, &amp;quot;product\_id&amp;quot;: 10001, &amp;quot;total\_price&amp;quot;: &amp;quot;95.00&amp;quot;, &amp;quot;out\_trade\_num&amp;quot;: &amp;quot;ABC1111&amp;quot;, &amp;quot;title&amp;quot;: &amp;quot;100元话费&amp;quot;, }</code></pre> <p>}</p> <h2>2.4 查询用户信息</h2> <p>POST<a href="http://xn--eqrt2g/yrapi.php/index/user"><a href="http://域名/yrapi.php/index/user">http://域名/yrapi.php/index/user</a></a></p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;324&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 243.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;324&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 243.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;账号ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;324&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 243.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名;签名规则见2.2“签名说明”&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h3>响应体</h3> <p>● 响应数据格式:JSON</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误码,0代表成功,非0代表失败&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errmsg&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;object&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno=0时 返回数据&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ username&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;177&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 133.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ balance&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;88&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 66.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;114&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 85.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;437&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 327.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;余额&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h2>2.5 获取产品类型和产品分类</h2> <p>POST<a href="http://xn--eqrt2g/yrapi.php/index/typecate"><a href="http://域名/yrapi.php/index/typecate">http://域名/yrapi.php/index/typecate</a></a></p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 102pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;431&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 323.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;111&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 83.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;117&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 87.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 102pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;431&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 323.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;111&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 83.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;117&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 87.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 102pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;431&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 323.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;111&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 83.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;117&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 87.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h3>响应体</h3> <p>● 响应数据格式:JSON</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;返回0&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errmsg&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;object&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno=0时 返回数据&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ type_name&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ cate&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;分类列表&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;分类ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ cate&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;分类名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;227&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 170.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ type&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;106&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 79.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;136&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 102.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;325&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 244.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h2>2.5 获取产品</h2> <p>POST<a href="http://xn--eqrt2g/yrapi.php/index/product"><a href="http://域名/yrapi.php/index/product">http://域名/yrapi.php/index/product</a></a></p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;376&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 282.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;97&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 72.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;220&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 165.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;376&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 282.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;97&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 72.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;220&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 165.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;type&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;376&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 282.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;97&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 72.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;220&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 165.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型ID,非必须&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;cate_id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;376&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 282.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;97&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 72.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;false&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;220&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 165.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;分类ID,非必须&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;118&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 89.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;376&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 282.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;97&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 72.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;220&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 165.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h3>响应体</h3> <p>● 响应数据格式:JSON</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误码,0代表成功,非0代表失败&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errmsg&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;object&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno=0时 返回数据&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;分类ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ cate&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;分类名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ sort&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;排序&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ type&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ products&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品列表&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品ID,下单报文中用此参数&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ name&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ desc&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品说明&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ api_open&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;自动充值&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ isp&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;运营商集合(话费、流量有效),1移动,2电信,3联通,4虚拟&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ ys_tag&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;标签&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ price&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;价格,下单扣费金额&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ y_price&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;原价&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ max_price&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;封顶价格&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ type&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ cate_name&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品分类名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;158&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 118.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ type_name&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.9pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;65&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 49.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;84&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 63.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;540&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 405.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品类型名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h2>2.6 自发查询订单状态</h2> <p>POST<a href="http://xn--eqrt2g/yrapi.php/index/check"><a href="http://域名/yrapi.php/index/check">http://域名/yrapi.php/index/check</a></a></p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;155&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 116.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;100&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 75.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;82&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;274&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 205.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;155&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 116.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;100&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 75.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;82&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;274&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 205.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;账户ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;155&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 116.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;out_trade_nums&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;100&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 75.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;CZH668877,CZH9988666&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;82&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;274&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 205.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户订单号;多个用英文,分割&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;155&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 116.45pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;100&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 75.55pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;82&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;274&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 205.5pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h3>响应体</h3> <p>● 响应数据格式:JSON</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误码,0代表成功,非0代表失败&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errmsg&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;查询成功&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;object&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;*&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno=0时 返回数据&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ order_number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;CZH1111111&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;系统订单号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ out_trade_num&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;AB882863666&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户订单号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ create_time&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1652403339&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;下单时间&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ mobile&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;18866667777&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;手机号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ product_id&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;88&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;产品ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ charge_amount&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;float&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;100&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值成功面额&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ charge_kami&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;yspm1mkdksald&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;卡密流水&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;151&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 113.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ state&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;72&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 54pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;71&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 53.95pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;508&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 381.35pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值状态:-1取消,0充值中 ,1充值成功,2充值失败,3部分成功&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h2>2.7 充值结果通知-异步通知</h2> <p>POST-表单格式<br /> 回调地址:订单提交时参数中传的回调的地址</p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;order_number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;CZH000000000&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;out_trade_num&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;ABC2222&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户订单号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;otime&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1652403339&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;成功/失败时间,10位时间戳&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;state&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;number&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值状态;-1取消, 0充值中, 1充值成功 ,2充值失败,3部分成功(-1,2做失败处理;1做成功处理;3做部分成功处理)&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;mobile&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;18866667777&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值手机号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;remark&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值成功&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;备注信息&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;charge_amount&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;float&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;100&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;充值成功面额&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;voucher&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: rgb(65, 131, 196); font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;a href=&quot;<a href="http://www.abc.com/xxx&quot">http://www.abc.com/xxx&quot</a>; style=&quot;color: rgb(65, 131, 196); text-decoration: none; box-sizing: border-box; background: 0px 0px;&quot;&gt;<a href="http://www.abc.com/xxx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td">http://www.abc.com/xxx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td</a> width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;凭证&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;charge_kami&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;3etydgd45gf11&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;卡密/流水号&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;128&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 96pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;120&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 90pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;280&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 210pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;DS9V0606ITN8GLJM5M4L4DYWQX0VDMVM&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;61&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 45.85pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;342&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 257.15pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名字符串,用于验签,以保证回调可靠性。&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <p>签名规则见:2.2签名说明<br /> 注:所有参数都要参与签名,请获取所有参数签名,而不是获取现有参数表中的字段签名,以免回调参数增加时导致签名不通过 |<br /> | … | * | * | * | 更多参数 |</p> <h3>响应体</h3> <p>● 收到回调响应文本“success”,如果不响应系统每隔1分钟会再次发起回调,最多回调5次。</p> <p>success</p> <p>php版回调验签示例:</p> <pre><code> $apikey=&amp;quot;你的秘钥&amp;quot;; $data = $\_POST;//接收所有post的数据 unset($data\[&amp;#039;sign&amp;#039;\]);//删除掉sign字段 ksort($data);//排序 $sign\_str = urldecode(http\_build\_query($data)) . &amp;#039;&amp;amp;apikey=&amp;#039; . $apikey;//获得签名原串 $mysign=strtoupper(md5($sign\_str));//签名 if($mysign==$\_POST\[&amp;#039;sign&amp;#039;\]){ //签名正确 }</code></pre> <h2>2.8 电费支持地区查询</h2> <p>POST<a href="http://xn--eqrt2g/yrapi.php/index/elecity"><a href="http://域名/yrapi.php/index/elecity">http://域名/yrapi.php/index/elecity</a></a></p> <h3>请求体(Request Body)</h3> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;324&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 243.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;324&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 243.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;账号ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;102&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 76.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;324&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 243.2pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;DS9V0606ITN8GLJM5M4L4DYWQX0VDMVM&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;83&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 62.7pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;319&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 239.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名;签名规则见2.2“签名说明”&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h3>响应体</h3> <p>● 响应数据格式:JSON</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: 5.4pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误码,0代表查询成功,非0代表失败&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errmsg&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;查询成功&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;data&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;array&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;/em&gt;&lt;/span&gt;&lt;em style=&quot;box-sizing: border-box;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno=0时 返回数据&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ city_name&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;广东&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;地区名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ sort&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;100&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;排序&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ initial&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;G&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;首字母&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ need_ytype&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;Int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;是否三要素认证&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ need_city&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;Int&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;是否需要选择城市(当此开关打开以后才有下面的城市列表)&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥ city&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;Array&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;支持的地级市&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ city_name&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;广州&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;城市名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;153&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 115.3pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;⇥⇥ initial&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.05pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;99&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 74.65pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;G&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;81&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 61.25pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;515&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 386.75pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;首字母&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h2>退单申请</h2> <p>POST<a href="https://www.kancloud.cn/boyanyun/boyanyun_huafei/3182909"><a href="http://域名/yrapi.php/index/cancel">http://域名/yrapi.php/index/cancel</a></a></p> <h2>请求体(Request Body)</h2> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: -3.6pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;数据类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;userid&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;10001&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;账户ID&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;out_trade_nums&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;CZH668877,CZH9988666&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;商户订单号;多个用英文,分割&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;sign&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;JCXHF8S66BO6MPG5JNW2DGEJ9SB3F7ST&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;签名&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p> <h3><a href="https://www.showdoc.com.cn/gifting7/10919748642257215#%E5%93%8D%E5%BA%94%E4%BD%93-4"></a>响应体</h3> <p>● 响应数据格式:JSON<br /> 注:请求之后为了避免订单取消后充值成功,所以只能提交申请退单,等上游系统处理完毕后会异步把订单信息处理结果推送到回调接口</p> <p>&lt;table style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 1.5em; border-collapse: collapse; border-spacing: 0px; display: block; width: 820px; overflow: auto; word-break: keep-all; margin-left: -3.6pt; padding: 0pt;&quot;&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border: 0.75pt solid rgb(224, 224, 224); width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;参数名称&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;类型&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;示例&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;不为空&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: 0.75pt solid rgb(224, 224, 224); border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 12pt; font-family: 宋体;&quot;&gt;描述&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: bold; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(255, 255, 255); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: 0.75pt solid rgb(224, 224, 224); border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;errno&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;string&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;true&lt;/span&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 10.5pt; font-family: Calibri;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;td width=&quot;186&quot; valign=&quot;center&quot; style=&quot;box-sizing: border-box; padding: 2.25pt 9pt; border-top: none; border-right: 0.75pt solid rgb(224, 224, 224); border-bottom: 0.75pt solid rgb(224, 224, 224); border-left: none; border-image: initial; width: 139.8pt;&quot;&gt;&lt;p class=&quot;p0&quot; style=&quot;box-sizing: border-box; margin-top: 0pt; margin-bottom: 0pt; text-align: left;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; font-size: 12pt; font-family: 宋体;&quot;&gt;错误码,0代表成功,非0代表失败&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</p>

页面列表

ITEM_HTML