Commit 131655bb authored by 李尚科's avatar 李尚科

add order

parent 1b310809
......@@ -3,6 +3,8 @@
module.exports = app => {
const router = app.router.namespace(app.config.projectRootPath + '/credit');
router.get('third', '/home', 'credit.order.getMyCredit');
router.get('third', '/history/:type', 'credit.order.getRecord');
//我的信用-黑名单报告
router.get('third', '/blacklist/report', 'credit.blacklist.getBlacklistReport');
......
......@@ -22,6 +22,7 @@ class CommonService extends Service {
return prefix + suffix;
}
/**
*
* @param {*} type 黑名单00通话01
......@@ -37,7 +38,6 @@ class CommonService extends Service {
return prefix + suffix;
}
}
module.exports = CommonService;
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