拼多多备案
<p><strong>简要描述:</strong> </p>
<ul>
<li>拼多多备案</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>徐辉</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_read_interface/cmd</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> {
"version": "3.0",
"modular":"pdd",
"requestname":"keepOnRecord",
"param": {
"authKey": "1",
"userKey": "5AF123419E987C07E053C208A8C003F3",
"timeStamp": "3423452353454",
"secretKey": "49C368B946B004DAEC6A5C944EA93BA5" ,
"uuid": "java的uuid",
"dtype": "2",
"custId":"EFAD2C1757EA418BABA8D58D49B9DDFB"
}
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">mobile_url</td>
<td style="text-align: left;">String</td>
<td>使用此推广链接,用户安装拼多多APP的情况下会唤起APP,否则唤起H5页面</td>
</tr>
<tr>
<td style="text-align: left;">url</td>
<td style="text-align: left;">String</td>
<td>普通推广长链接,唤起H5页面</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"mobile_url": "11",
"url": "11"
},
"resultcode": "0",
"resultdesc": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>