This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeCommon/pkg/rpc/jsons/origin_refs.md
T
2023-06-17 21:05:03 +08:00

398 B

源站引用列表

定义

[
  {
	"isOn": "是否启用",
	"originId": "源站ID 1"
  },
  {
    "isOn": "是否启用",
    "originId": "源站ID 2"
  },
  ...
]

其中:

  • originId - 源站ID,可以通过 /OriginService/createOrigin 接口创建源站后获得

示例

[
  {
	"isOn": true,
	"originId": 1
  },
  {
    "isOn": true,
    "originId": 2,
  }
]