{
"docid":"DOCID",
"enable_readonly_copy":false,
"watermark":{
"margin_type":1,
"show_visitor_name":true,
"show_text":true,
"text":"test mark"
}
}curl --location --request POST 'https://qyapi.weixin.qq.com/cgi-bin/wedoc/mod_doc_safty_setting' \
--header 'Content-Type: application/json' \
--data-raw '{
"docid":"DOCID",
"enable_readonly_copy":false,
"watermark":{
"margin_type":1,
"show_visitor_name":true,
"show_text":true,
"text":"test mark"
}
}'{
"errcode": 0,
"errmsg": "ok"
}