{
"selectSQL": [
[
"id",
">",
"0"
],
[
"author",
"=",
"'小白BZS'"
]
]
}curl --location --request POST '/customline/select' \
--header 'token: eyJhbGciOiJIUzI17iJ9.eyJuYW1lIjoi5rWL6K-VIiwiaWQiOjE0LCJleHAiOjE3NDQyMDM5MzF9.D-gZ2AUWKuXKf5ogJfQDzUhqxkW3lJFc-8YEm_nSmCs' \
--header 'Content-Type: application/json' \
--data-raw '{
"selectSQL": [
[
"id",
">",
"0"
],
[
"author",
"=",
"'\''小白BZS'\''"
]
]
}'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"line_name": "string",
"author": "string",
"routine": 0,
"upload_user_id": "string",
"money": "string",
"telephone": null,
"note": "string",
"create_datetime": null,
"uicolor": "string",
"type": "string",
"upload_datetime": "string",
"tag": null,
"country": "string",
"province": "string",
"city": "string",
"download_count": 0
}
]
}