@@ -41,7 +41,7 @@ import org.springframework.web.bind.annotation.RestController;
* @create 2022-02-28 16:17:48
* @describe 渠道优惠券核销前端控制器
*/
-@Api(tags = "渠道管理API")
+@Api(tags = "渠道优惠券核销API")
@RestController
@RequestMapping("/api/v1/mp/channel/*")
@Component