Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev

This commit is contained in:
wenbo.dong 2017-08-25 18:07:33 +08:00
commit 145e613101
2 changed files with 2 additions and 4 deletions

View File

@ -138,8 +138,7 @@ class projectController extends baseController {
type: 'project',
uid: this.getUid(),
username: username,
typeid: params.group_id,
typename: params.group_name
typeid: params.group_id
});
ctx.body = yapi.commons.resReturn(result);
} catch (e) {

View File

@ -279,8 +279,7 @@ var projectController = function (_baseController) {
type: 'project',
uid: this.getUid(),
username: username,
typeid: params.group_id,
typename: params.group_name
typeid: params.group_id
});
ctx.body = _yapi2.default.commons.resReturn(result);
_context.next = 39;