feat: 资金密码

This commit is contained in:
chaosBreaking
2019-09-05 16:16:50 +08:00
parent 005368f0d5
commit 689adb3c5b
3 changed files with 42 additions and 1 deletions

View File

@@ -26,6 +26,16 @@ const services = [
method: 'GET',
controller: controller.getGroup
},
{
url: '/checkFundPwd',
method: 'GET',
controller: controller.checkFundPwd
},
{
url: '/chFundPwd',
method: 'GET',
controller: controller.changeFundPwd
},
];
module.exports = services.map(service => {