Showing
1 changed file
with
3 additions
and
1 deletions
@@ -78,7 +78,7 @@ or | @@ -78,7 +78,7 @@ or | ||
78 | 78 | ||
79 | ```json | 79 | ```json |
80 | { | 80 | { |
81 | - "needChoose":true | 81 | + "needChoose":false |
82 | } | 82 | } |
83 | ``` | 83 | ``` |
84 | 84 | ||
@@ -106,6 +106,8 @@ status:200 | @@ -106,6 +106,8 @@ status:200 | ||
106 | 106 | ||
107 | { | 107 | { |
108 | "message":"success", | 108 | "message":"success", |
109 | + "gold":1200000, | ||
110 | + "increase":50000 | ||
109 | } | 111 | } |
110 | 112 | ||
111 | 失败: | 113 | 失败: |
-
Please register or login to post a comment