curl --location '/app-api/entre/base-input-main/update' \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"mainName": "李四",
"mainType": 1,
"hatchingState": "1",
"industryType": "1_1",
"industryTypeName": "移动互联网",
"scale": "30",
"logoUrl": "https://www.iocoder.cn",
"baseId": 1,
"checkInTime": "2019-08-24T14:15:22.123Z"
}'{
"code": 0,
"data": true,
"msg": "string"
}