feat: 资金密码
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user