{
"token": "2c33281f-f28a-40e5-a2bb-8a8e668b2804",
"param": {
"editType": 1,
"materialGroupIds": [],
"materialIds": [
3187,
5043
],
"data": {
"ab285c571bf24fe59292fbae8e18e28f": [
{
"value": "1636526501232",
"title": "测试22"
}
],
"CORE_EXPIRE_TIME": 1648717534566,
"ae250ce0537a4bb4b46ec15a22bffaf0": [
{
"value": 1645688943425,
"title": "123"
}
]
}
}
}
curl --location --request POST 'https://open-auth.tezign.com/open-api/standard/v1/batch-edit' \
--header 'Access-token: 2c33281f-f28a-40e5-a2bb-8a8e668b2804' \
--header 'Token-type: bearer' \
--header 'x-open-api-user: xxx@tezign.com' \
--header 'x-asm-prefer-tag: version-env-07' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "2c33281f-f28a-40e5-a2bb-8a8e668b2804",
"param": {
"editType": 1,
"materialGroupIds": [],
"materialIds": [
3187,
5043
],
"data": {
"ab285c571bf24fe59292fbae8e18e28f": [
{
"value": "1636526501232",
"title": "测试22"
}
],
"CORE_EXPIRE_TIME": 1648717534566,
"ae250ce0537a4bb4b46ec15a22bffaf0": [
{
"value": 1645688943425,
"title": "123"
}
]
}
}
}'
{
"code": "0",
"message": "处理成功",
"result": true
}