Commit 331a0d8a by 宋毅

tj

parent 4867e057
......@@ -30,10 +30,15 @@ class AccessAuthAPI extends APIBase {
return rtn;
}
async taskAliTmUpdate(pobj, qobj, req) {//操作阿里商标更新
var rtn = await this.utilsTmAliyunSve.taskAliTmUpdate()
var rtn = await this.utilsTmAliyunSve.taskAliTmUpdate();
return rtn;
}
async taskAliRpcAgainPush(pobj, qobj, req) {
return system.getResultSuccess();
}
// async taskAgainPushNewBusInfo(pobj, qobj, req) {//再次推送新rpc业务数据
// var rtn = await this.utilsPushSve.againPushBusInfo(pobj);
// return rtn;
......
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