Showing
1 changed file
with
1 additions
and
1 deletions
@@ -83,7 +83,7 @@ const _discount = (params) => { | @@ -83,7 +83,7 @@ const _discount = (params) => { | ||
83 | return api.get('', Object.assign({ | 83 | return api.get('', Object.assign({ |
84 | method: 'app.activity.get', | 84 | method: 'app.activity.get', |
85 | sort: 2, | 85 | sort: 2, |
86 | - plateform: 2 | 86 | + plateform: 3 |
87 | }, params)); | 87 | }, params)); |
88 | }; | 88 | }; |
89 | 89 |
-
Please register or login to post a comment