feat:增加改nickname和avatar的接口

This commit is contained in:
chaosBreaking
2019-09-04 22:56:33 +08:00
parent 0cb54688c8
commit a1e584078c
2 changed files with 29 additions and 4 deletions

View File

@@ -16,6 +16,11 @@ const services = [
method: 'POST',
controller: controller.changePhone
},
{
url: '/chnickname',
method: 'GET',
controller: controller.changeNickname
},
{
url: '/group',
method: 'GET',