|
|
@@ -6,6 +6,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestHeader;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.service.annotation.GetExchange;
|
|
|
+import org.springframework.web.service.annotation.PostExchange;
|
|
|
|
|
|
/**
|
|
|
* 定时任务调用系统模块的服务
|
|
|
@@ -30,7 +31,7 @@ public interface RemoteSysService {
|
|
|
* @param param 参数
|
|
|
* @param from 从
|
|
|
*/
|
|
|
- @GetExchange("/camp/prizePoolIsRefreshed")
|
|
|
+ @PostExchange("/camp/prizePoolIsRefreshed")
|
|
|
void prizePoolIsRefreshed(@RequestBody PrizePoolDTO param, @RequestHeader(SecurityConstants.FROM) String from);
|
|
|
|
|
|
}
|