mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	!164 fix 修复swagger描述错误
Merge pull request !164 from Yjoioooo/auto-5403234-dev-1648027721128
This commit is contained in:
		@@ -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<>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user