Authored by 毕凯

修改调用方式

... ... @@ -485,7 +485,7 @@ module.exports = class extends global.yoho.BaseModel {
});
}
return this.post({
return this.get({
data: apiParams,
api: global.yoho.API
});
... ...