暂无描述{
"appId": 2,
"customButton": 1,
"customButtonData": {
"createNew": "新建"
}
}curl --location --request PUT 'https://api.tolink.cloud/app/expandButtonSettingUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 2,
"customButton": 1,
"customButtonData": {
"createNew": "新建"
}
}'{}