{
"shopLogo": "string",
"lightShopLogo": "string",
"shopName": "string",
"shopCompany": 0,
"defaultCopyright": "string",
"shopCompanyTxt": "string",
"poweredByStatus": 0,
"poweredBy": 0,
"defaultTechSupport": "string",
"poweredByLogo": "string",
"kefuAddress": "string",
"shopIcpNo": "string",
"shopIcpNoUrl": "string",
"shop110No": "string",
"shop110Link": "string",
"closeOrder": 0,
"shopRegClosed": 0
}
curl --location --request POST '/adminapi/setting/config/saveBasic' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopLogo": "string",
"lightShopLogo": "string",
"shopName": "string",
"shopCompany": 0,
"defaultCopyright": "string",
"shopCompanyTxt": "string",
"poweredByStatus": 0,
"poweredBy": 0,
"defaultTechSupport": "string",
"poweredByLogo": "string",
"kefuAddress": "string",
"shopIcpNo": "string",
"shopIcpNoUrl": "string",
"shop110No": "string",
"shop110Link": "string",
"closeOrder": 0,
"shopRegClosed": 0
}'