{
"id": 0,
"name": "string",
"tenantType": 0,
"packageType": 0,
"description": "string",
"isOnline": 0,
"isRecommend": 0,
"autoRenew": 0,
"billingType": 0,
"priceMonth": 0,
"priceQuarter": 0,
"priceYear": 0,
"trialDays": 0,
"trialPrice": 0,
"menuIds": [
0
],
"forceRecommend": true
}curl --location --request POST '/package/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"tenantType": 0,
"packageType": 0,
"description": "string",
"isOnline": 0,
"isRecommend": 0,
"autoRenew": 0,
"billingType": 0,
"priceMonth": 0,
"priceQuarter": 0,
"priceYear": 0,
"trialDays": 0,
"trialPrice": 0,
"menuIds": [
0
],
"forceRecommend": true
}'{
"code": 0,
"msg": "string",
"data": null,
"other": {}
}