@@ -848,7 +848,7 @@ module.exports = app => {
break;
default: throw '参数有误';
}
-
+ console.log('find');
ctx.body = responseData;
} catch (err) {
this.log(err);