curl --location --globoff 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/set_subscribe_mode?access_token=' \ --header 'Content-Type: application/json' \ --data '{ "subscribe_mode": 0 }'
{ "errcode": 0, "errmsg": "ok" }