{
"status": 0,
"close": 0,
"url": "string"
}
curl --location --request POST 'https://java-admin.likeadmin.cn//api/channel/h5/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"close": 0,
"url": "string"
}'
{
"code": 200,
"msg": "成功",
"data": []
}