- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
数据同步-资源权限
开发中
POST
/bis/sc/multisite/sync/res
最后修改时间:2022-12-14 06:31:50
责任人:严子雄
请求参数
Body 参数application/json
site_name
string
站点名字
platform_type
enum<integer>
平台类型
枚举值:
1234
res_list
array[integer]
资源列表
all_replace
boolean
是否全量替换
示例
{
"site_name": "string",
"platform_type": 1,
"res_list": [
0
],
"all_replace": true
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/bis/sc/multisite/sync/res' \
--header 'Content-Type: application/json' \
--data-raw '{
"site_name": "string",
"platform_type": 1,
"res_list": [
0
],
"all_replace": true
}'
返回响应
🟢200成功
application/json
Body
code
string
返回码
msg
string
返回说明
data
object
返回数据
示例
{
"code": "string",
"msg": "string",
"data": {}
}