Update special_activity.md
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -9,12 +9,12 @@ | @@ -9,12 +9,12 @@ | ||
9 | #### 入参: | 9 | #### 入参: |
10 | 10 | ||
11 | ```json | 11 | ```json |
12 | -{ "params": [111, 92] } | 12 | +{ "ids": "111, 92" } |
13 | ``` | 13 | ``` |
14 | 14 | ||
15 | |编码|含义|必填|说明| | 15 | |编码|含义|必填|说明| |
16 | |--------|---------|----|----| | 16 | |--------|---------|----|----| |
17 | -| params | ID 数组 | 是 | int[] | | 17 | +| ids | ID 数组 | 是 | string | |
18 | 18 | ||
19 | #### 返回 | 19 | #### 返回 |
20 | 20 |
-
Please register or login to post a comment