!164 fix 修复swagger描述错误

Merge pull request !164 from Yjoioooo/auto-5403234-dev-1648027721128
This commit is contained in:
疯狂的狮子Li 2022-03-23 09:36:59 +00:00 committed by Gitee
commit 0488495a34
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -84,7 +84,7 @@ public class SysLoginController {
* @param xcxCode 小程序code
* @return 结果
*/
@ApiOperation("短信登录(示例)")
@ApiOperation("小程序登录(示例)")
@PostMapping("/xcxLogin")
public R<Map<String, Object>> xcxLogin(@NotBlank(message = "{xcx.code.not.blank}") String xcxCode) {
Map<String, Object> ajax = new HashMap<>();