{
"id": 0,
"code": "string",
"name": "string",
"gameId": 0,
"gameName": "string",
"columnType": 0,
"createBy": "string",
"createTime": "string",
"sort": 0,
"status": 0
}
curl --location --request POST 'http://test1-opapi.nn.com/api/admin/column/add' \
--header 'reqChannel: 3' \
--header 'appid: nnPcWeb_8GIXaARk' \
--header 'token: nnPcWeb_8GIXaARk5f8ac0920aeb46da995dd43319d5e9a1' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "string",
"name": "string",
"gameId": 0,
"gameName": "string",
"columnType": 0,
"createBy": "string",
"createTime": "string",
"sort": 0,
"status": 0
}'
{
"retCode": "",
"retMsg": "",
"retData": "",
"retTime": ""
}