username:passwordAuthorization: Basic *****************{
"name": "支付金额",
"key": "payment_amount",
"type": 24,
"description": "在线支付金额",
"extraConfig": {
"tableName": "order_table",
"placeholder": "请输入支付金额"
}
}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": "payment_amount",
"type": 24,
"description": "在线支付金额",
"extraConfig": {
"tableName": "order_table",
"placeholder": "请输入支付金额"
}
}'{}