...
|
...
|
@@ -3828,6 +3828,12 @@ |
|
|
<td>文件id</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>file_type</td>
|
|
|
<td>inter</td>
|
|
|
<td>是</td>
|
|
|
<td>1文件夹2文件</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>pwd</td>
|
|
|
<td>string</td>
|
|
|
<td>否</td>
|
...
|
...
|
@@ -3867,6 +3873,10 @@ |
|
|
<input type="inter" class="form-control input-sm" id="id" required placeholder="文件id" name="id">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="file_type">file_type</label>
|
|
|
<input type="inter" class="form-control input-sm" id="file_type" required placeholder="1文件夹2文件" name="file_type">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<label class="control-label" for="pwd">pwd</label>
|
|
|
<input type="string" class="form-control input-sm" id="pwd" placeholder="文件密码" name="pwd">
|
|
|
</div>
|
...
|
...
|
@@ -9081,7 +9091,7 @@ |
|
|
|
|
|
<div class="row mt0 footer">
|
|
|
<div class="col-md-6" align="left">
|
|
|
Generated on 2020-08-17 09:08:01 </div>
|
|
|
Generated on 2020-08-17 09:58:09 </div>
|
|
|
<div class="col-md-6" align="right">
|
|
|
<a href="./" target="_blank">彩云盘</a>
|
|
|
</div>
|
...
|
...
|
|