根据md5获取文件路径【废弃】
<p><strong>请求示例</strong></p>
<pre><code>{
"type": 5100,
"data": {
"file_md5": "b9dahjr04460xxx29224", //图片、文件、视频的md5都可以
"file_type": 2; //1=文件,2=图片,4=视频
}
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"data" : {
"file_md5" : "b9dahjr04460xxx29224",
"path" : "C://xxx*xxxx",
},
"error" : 0,
"type" : 15100
}</code></pre>