Showing
1 changed file
with
6 additions
and
2 deletions
@@ -59,10 +59,14 @@ POST参数: | @@ -59,10 +59,14 @@ POST参数: | ||
59 | { | 59 | { |
60 | "needChoose":true, | 60 | "needChoose":true, |
61 | "userNew":{ | 61 | "userNew":{ |
62 | - | 62 | + "gold":102, |
63 | + "level":3, | ||
64 | + "score":2003 | ||
63 | }, | 65 | }, |
64 | "userOld":{ | 66 | "userOld":{ |
65 | - | 67 | + "gold":102, |
68 | + "level":3, | ||
69 | + "score":2003 | ||
66 | } | 70 | } |
67 | } | 71 | } |
68 | ``` | 72 | ``` |
-
Please register or login to post a comment