Showing
1 changed file
with
9 additions
and
0 deletions
| @@ -58,6 +58,7 @@ POST参数: | @@ -58,6 +58,7 @@ POST参数: | ||
| 58 | ```json | 58 | ```json |
| 59 | { | 59 | { |
| 60 | "needChoose":true, | 60 | "needChoose":true, |
| 61 | + "reward":50000, | ||
| 61 | "userNew":{ | 62 | "userNew":{ |
| 62 | "user_id":12, | 63 | "user_id":12, |
| 63 | "gold":102, | 64 | "gold":102, |
| @@ -73,6 +74,14 @@ POST参数: | @@ -73,6 +74,14 @@ POST参数: | ||
| 73 | } | 74 | } |
| 74 | ``` | 75 | ``` |
| 75 | 76 | ||
| 77 | +or | ||
| 78 | + | ||
| 79 | +```json | ||
| 80 | +{ | ||
| 81 | + "needChoose":true | ||
| 82 | +} | ||
| 83 | +``` | ||
| 84 | + | ||
| 76 | 85 | ||
| 77 | ###用户账号二选一接口 | 86 | ###用户账号二选一接口 |
| 78 | 87 |
-
Please register or login to post a comment