Commit fe8d1432 by ping.wu

裂变活动接口迁移换新接口

parent 9232a794
......@@ -68,7 +68,7 @@ public interface PromotionActivityClient {
/**
* 根据活动ID查询活动信息
*/
@GetMapping("/activities/share/getById")
@GetMapping("/activities/share/getActivity")
ActivityGetByIdResponseDto getById(@RequestParam("activityId") Long activityId);
/**
......
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