podmall.mall.order.item.designconfig/api/podmall/mall/order/update.item.json1。{
"id": 0,
"customizationSkuId": 0,
"designDocuments": [
null
],
"mapping": true
}curl --location '/v4/gateway/podmall.mall.order.item.design' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"customizationSkuId": 0,
"designDocuments": [
null
],
"mapping": true
}'{
"status": 0,
"success": true,
"data": true
}