Showing
1 changed file
with
1 additions
and
1 deletions
@@ -485,7 +485,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -485,7 +485,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
485 | }); | 485 | }); |
486 | } | 486 | } |
487 | 487 | ||
488 | - return this.post({ | 488 | + return this.get({ |
489 | data: apiParams, | 489 | data: apiParams, |
490 | api: global.yoho.API | 490 | api: global.yoho.API |
491 | }); | 491 | }); |
-
Please register or login to post a comment