Commit 63ebf7e0 by 阳浪

积分任务

parent c62f3499
package com.yizhi.point.application.feign;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
/**
* com.yizhi.point.application.feign
*
* @author yanglang
* @create 2025-01-08 10:03:51
*/
@FeignClient(name = "point", contextId = "PointListenerClients")
public interface PointListenerClients {
@GetMapping("/manage/point/hadPointList")
void hadPointList();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment