username:passwordAuthorization: Basic *****************{
"name": "客户签名",
"key": "customer_signature",
"type": 23,
"description": "客户手写签名确认",
"isRequired": 1,
"extraConfig": {
"placeholder": "请在下方签名",
"popover_tip": "客户确认签名"
}
}curl --location 'https://www.bangwo8.com/api/v1/custom_fields?module=ticket' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"name": "客户签名",
"key": "customer_signature",
"type": 23,
"description": "客户手写签名确认",
"isRequired": 1,
"extraConfig": {
"placeholder": "请在下方签名",
"popover_tip": "客户确认签名"
}
}'{}