!164 fix 修复swagger描述错误
Merge pull request !164 from Yjoioooo/auto-5403234-dev-1648027721128
This commit is contained in:
commit
0488495a34
@ -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<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user