后台:日志修改
This commit is contained in:
@@ -45,7 +45,7 @@ Filter.prototype.after = function (err: Error, routeRecord: RouteRecord, msg: an
|
||||
|
||||
let dicApi = gameData.apiByUrl.get(route);
|
||||
if(dicApi.type != GM_API_TYPE.find) {
|
||||
GMRecordModel.createRecord(uid, route, JSON.stringify(msg||{}), JSON.stringify(resp||{}));
|
||||
GMRecordModel.createRecord(uid, this.app.get('env'), route, JSON.stringify(msg||{}), JSON.stringify(resp||{}));
|
||||
}
|
||||
next(err);
|
||||
};
|
||||
Reference in New Issue
Block a user