diff --git a/public/mobile.html b/public/mobile.html
index 0f1c189..ec8f96d 100644
--- a/public/mobile.html
+++ b/public/mobile.html
@@ -9494,6 +9494,18 @@
                                                         <td>是</td>
                                                         <td>话题ID</td>
                                                     </tr>
+                                                                                                        <tr>
+                                                        <td>topic_attachment_id</td>
+                                                        <td>int</td>
+                                                        <td>是</td>
+                                                        <td>附件ID</td>
+                                                    </tr>
+                                                                                                        <tr>
+                                                        <td>is_confirm</td>
+                                                        <td>int</td>
+                                                        <td>否</td>
+                                                        <td>是否确认下载:0=否,1=是</td>
+                                                    </tr>
                                                                                                     </tbody>
                                             </table>
                                                                                     </div>
@@ -9517,6 +9529,14 @@
                                                             <input type="int" class="form-control input-sm" id="topic_id" required placeholder="话题ID" name="topic_id">
                                                         </div>
                                                                                                                 <div class="form-group">
+                                                            <label class="control-label" for="topic_attachment_id">topic_attachment_id</label>
+                                                            <input type="int" class="form-control input-sm" id="topic_attachment_id" required placeholder="附件ID" name="topic_attachment_id">
+                                                        </div>
+                                                                                                                <div class="form-group">
+                                                            <label class="control-label" for="is_confirm">is_confirm</label>
+                                                            <input type="int" class="form-control input-sm" id="is_confirm"  placeholder="是否确认下载:0=否,1=是" name="is_confirm">
+                                                        </div>
+                                                                                                                <div class="form-group">
                                                             <button type="submit" class="btn btn-success send" rel="97">提交</button>
                                                             <button type="reset" class="btn btn-info" rel="97">重置</button>
                                                         </div>
@@ -9552,14 +9572,7 @@
         "msg": "成功",
         "time": "1599046220",
         "data": {
-            "id": 1, //试卷ID
-            "title": "测试试卷", //试卷标题
-            "year": 2015, //年费(单位:年)
-            "time": 100, //答题时间(单位:分)
-            "pass_score": 80, //合格分数
-            "description": "这个还行", //试卷描述
-            "do_num": 10, //回答人数
-            "full_score": 100 //试卷分数(单位:分)
+            "url": "http://www.baidu.com", //附件地址
         }
     }</pre>
                                         </div>
@@ -23067,7 +23080,7 @@
 
             <div class="row mt0 footer">
                 <div class="col-md-6" align="left">
-                    Generated on 2021-01-13 17:49:56                </div>
+                    Generated on 2021-01-25 09:52:58                </div>
                 <div class="col-md-6" align="right">
                     <a href="./" target="_blank">企智帮</a>
                 </div>