fix: 修改昵称和更改资金密码请求方式错误

This commit is contained in:
chaosBreaking
2019-09-06 23:30:37 +08:00
parent 058c0ac832
commit b87c73ea77

View File

@@ -18,7 +18,7 @@ const services = [
},
{
url: '/chnickname',
method: 'GET',
method: 'POST',
controller: controller.changeNickname
},
{