Commit d2bec731 by 庄冰

移动端调用相关接口

parent f0ab4397
...@@ -2,12 +2,11 @@ const APIBase = require("../../api.base"); ...@@ -2,12 +2,11 @@ const APIBase = require("../../api.base");
const system = require("../../../system"); const system = require("../../../system");
const settings = require("../../../../config/settings"); const settings = require("../../../../config/settings");
/** /**
* 用户端调用订单相关接口 * 媒体聚合页项目-移动端调用相关接口
*/ */
class Templatelink extends APIBase { class Mediaaggregation extends APIBase {
constructor() { constructor() {
super(); super();
this.templatelinkSve = system.getObject("service.template.templatelinkSve");
} }
/** /**
* 接口跳转-POST请求 * 接口跳转-POST请求
...@@ -38,4 +37,4 @@ class Templatelink extends APIBase { ...@@ -38,4 +37,4 @@ class Templatelink extends APIBase {
} }
} }
module.exports = Templatelink; module.exports = Mediaaggregation;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment