Authored by 沈志敏

活动模版

'use strict';
const activeapi = global.yoho.ActiveAPI;
const api = global.yoho.API;
const helpers = global.yoho.helpers;
... ... @@ -44,7 +43,7 @@ module.exports = {
return Promise.resolve({});
}
let data = yield activeapi.get('', {
let data = yield api.get('', {
method: 'app.activity.template',
activity_id: code
});
... ...