Merge branch 'develop/oprlog_modify/221014' into 'dev'
modify svc name See merge request infra/xlog!44
This commit is contained in:
commit
397b557493
@ -18,7 +18,7 @@ import static org.springframework.http.MediaType.APPLICATION_JSON_VALUE;
|
|||||||
* @description: TODO
|
* @description: TODO
|
||||||
* @date: 2022/9/16
|
* @date: 2022/9/16
|
||||||
*/
|
*/
|
||||||
@FeignClient(name = "log-plat", url = "http://axzo-log-plat:8080", fallbackFactory = LogPlatApiFallback.class)
|
@FeignClient(name = "log-plat", url = "http://log-plat:8080", fallbackFactory = LogPlatApiFallback.class)
|
||||||
public interface LogPlatApi {
|
public interface LogPlatApi {
|
||||||
|
|
||||||
@PostMapping(value = "/api/v1/operateLog/create", consumes = APPLICATION_JSON_VALUE)
|
@PostMapping(value = "/api/v1/operateLog/create", consumes = APPLICATION_JSON_VALUE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user