curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_intercept_rule?access_token=' \
--header 'Content-Type: application/json' \
--data '{"rule_id":"xxx"}'{"errcode":0,"errmsg":"ok","rule":{"rule_id":1,"rule_name":"rulename","word_list":["敏感词1","敏感词2"],"extra_rule":{"semantics_list":[1,2,3],},"intercept_type":1,"applicable_range":{"user_list":["zhangshan"],"department_list":[2,3]}}}