|
@@ -18,7 +18,7 @@ import java.util.List;
|
|
|
* @date 2022-04-16 20:43:30
|
|
* @date 2022-04-16 20:43:30
|
|
|
*/
|
|
*/
|
|
|
@RestController
|
|
@RestController
|
|
|
-@RequestMapping("/api/im/v1/emoticon")
|
|
|
|
|
|
|
+@RequestMapping("/api/chat/v1/emoticon")
|
|
|
public class EmoticonController {
|
|
public class EmoticonController {
|
|
|
@ApiOperation(value = "获取颜文字图标列表")
|
|
@ApiOperation(value = "获取颜文字图标列表")
|
|
|
@GetMapping(value = "/list", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
@GetMapping(value = "/list", produces = MediaType.APPLICATION_JSON_VALUE)
|