im控制器问题处理

This commit is contained in:
Chopper 2021-10-09 19:20:21 +08:00
parent b91927bfde
commit eb6e29fb33

View File

@ -32,7 +32,7 @@ public class IMController {
@Autowired
private SettingService settingService;
@ApiOperation(value = "获取店铺列表分页")
@ApiOperation(value = "获取IM接口前缀")
@GetMapping
public ResultMessage<String> getUrl() {
String imUrl;