mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 16:57:12 +08:00
docs: 文档、演示站点迁移至 continew.top
This commit is contained in:
@@ -69,7 +69,7 @@ public class LogDetailResp implements Serializable {
|
||||
/**
|
||||
* 请求 URL
|
||||
*/
|
||||
@Schema(description = "请求 URL", example = "http://api.charles7c.top/system/dept")
|
||||
@Schema(description = "请求 URL", example = "http://api.continew.top/system/dept")
|
||||
private String requestUrl;
|
||||
|
||||
/**
|
||||
@@ -81,7 +81,7 @@ public class LogDetailResp implements Serializable {
|
||||
/**
|
||||
* 请求头
|
||||
*/
|
||||
@Schema(description = "请求头", example = "{\"Origin\": [\"https://cnadmin.charles7c.top\"],...}")
|
||||
@Schema(description = "请求头", example = "{\"Origin\": [\"https://admin.continew.top\"],...}")
|
||||
private String requestHeaders;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user