Showing
1 changed file
with
5 additions
and
5 deletions
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | 4 | ||
5 | ### 方法 | 5 | ### 方法 |
6 | 6 | ||
7 | -> GET | 7 | +> POST JSONRAW |
8 | 8 | ||
9 | ### 入参 | 9 | ### 入参 |
10 | ------------------------- | 10 | ------------------------- |
@@ -16,12 +16,12 @@ | @@ -16,12 +16,12 @@ | ||
16 | 16 | ||
17 | ### 对应SQL的操作库表 | 17 | ### 对应SQL的操作库表 |
18 | 18 | ||
19 | - | 19 | +```xml |
20 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer"> | 20 | <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer"> |
21 | delete from article_sort | 21 | delete from article_sort |
22 | where id = #{id,jdbcType=INTEGER} | 22 | where id = #{id,jdbcType=INTEGER} |
23 | </delete> | 23 | </delete> |
24 | - | 24 | +``` |
25 | 25 | ||
26 | ### 错误编码 | 26 | ### 错误编码 |
27 | 27 | ||
@@ -33,9 +33,9 @@ | @@ -33,9 +33,9 @@ | ||
33 | 33 | ||
34 | 34 | ||
35 | ### 返回 | 35 | ### 返回 |
36 | - | 36 | +```json |
37 | { | 37 | { |
38 | "code": "200", | 38 | "code": "200", |
39 | "message":"删除成功" | 39 | "message":"删除成功" |
40 | } | 40 | } |
41 | - | 41 | +``` |
-
Please register or login to post a comment