Files
notes/work/移动杭研/问题处理/2023-03/0307-同步删除信安企业信息.md
2026-03-01 01:43:46 +08:00

44 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 删除信安企业
curl http://117.136.191.91:7790/CDNISMS/QueryBeian?dns=
临沂市梵音美容服务有限公司 -ID:GZSnTfMXu (企业存在、无域名)
邹城市王小柯手机靓号通讯店 -ID:tqOZIIsfX (企业存在、无域名)
山东金湖水泥有限公司 -ID:UPQroXpWz (企业存在、无域名)
中国共产党临沂市河东区委员会学校 -ID:StPsrpDvU (企业存在、无域名)
上海海思 -IDFZNKSLZvX (企业存在、无域名)
厦门市金鸡亭中学 -ID:hDQDNePLu (企业存在、无域名)
欧菲斯办公伙伴控股有限公司 -ID:nWEhWtgqb (企业存在、无域名)
中粮可口可乐饮料(山东)有限公司 -ID:DRsnnZEhO (企业存在、无域名)
济南市莱芜第二中学 -ID:yRmuaMSvN (企业存在、无域名)
```
POST https://p.cdn.10086.cn/v1.0/delete_user_info
AccessKey:dayun_admin
Authorization:3432353935323732363039323836|601A69C8|E1C2A3786D8DA15213AD54C830F37D20A4672001DCE849831C2A58E9D670FABF
{
"delete_user_info_list": [
{
"user_id_cdn": "XXXXX"
}
]
}
```
![](../../../../attachment/images-uuid/985b09fe890d4f3b942a289b78971465.png)
```sql
域名表
select * from big_cloud_information_domain where user_id_cdn = 'yRmuaMSvN';
企业
select * from information_user where user_id_cdn = 'yRmuaMSvN';
```