From e8fd8b97a3d62d4e62c1acc437a43f09a02abc2f Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Tue, 28 May 2019 20:35:33 +0800 Subject: [PATCH] 1 --- app/api/mobile/apis/cnmooc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/mobile/apis/cnmooc.rb b/app/api/mobile/apis/cnmooc.rb index 1f37af91..96b10101 100644 --- a/app/api/mobile/apis/cnmooc.rb +++ b/app/api/mobile/apis/cnmooc.rb @@ -22,7 +22,7 @@ module Mobile desc " 查找用户" params do - requires :mail, type: String, desc: "邮箱地址" + requires :userName, type: String, desc: "好大学用户名" end get 'find_user' do CnmoocsService.new.find_user params