fix:资金密码请求方式

This commit is contained in:
chaosBreaking
2019-09-06 23:40:37 +08:00
parent dab7e3a45a
commit 46406b6b39

View File

@@ -33,7 +33,7 @@ const services = [
}, },
{ {
url: '/chFundPwd', url: '/chFundPwd',
method: 'GET', method: 'POST',
controller: controller.changeFundPwd controller: controller.changeFundPwd
}, },
]; ];