{
"id": "2",
"modulecode": "SHOP050030",
"modulename": "棚格图",
"i18ncode": "SHOP050030_00",
"url": "/shop/#/shelveslist?token={token}&locale={locale}",
"routepath": "shelveslist",
"filepath": "shelveslist",
"projectname": "shop",
"status": 1,
"systemtype":"ROC",
"methodList": [
{
"methodcode": "SHOP050030006",
"methodname": "导出",
"labelcode": "EXPORT",
"status": 1
}
]
}
curl --location --request POST '/sysModule/save' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "2",
"modulecode": "SHOP050030",
"modulename": "棚格图",
"i18ncode": "SHOP050030_00",
"url": "/shop/#/shelveslist?token={token}&locale={locale}",
"routepath": "shelveslist",
"filepath": "shelveslist",
"projectname": "shop",
"status": 1,
"systemtype":"ROC",
"methodList": [
{
"methodcode": "SHOP050030006",
"methodname": "导出",
"labelcode": "EXPORT",
"status": 1
}
]
}'
{
"": {}
}