CorpSms/doc/添加禁发号段白名单.txt
2025-02-27 16:58:16 +08:00

15 lines
463 B
Plaintext
Raw 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.

以下为单个号码解除禁发号段的处理步骤。
1、select * from hdbbj查看目标号码是否为禁发号段。
2、如果是执行以下语句将号码加入白名单表:white。
insert into White( CorpID,UserID,Status,Mobile,AddTime,BZ) values (123212,-1,0,'13570003696',GETDATE(),'陈娜娃OA要求')
corpid企业ID
userid用户ID用-1表示本企业下的所有用户
status状态0表示启用。
mobile白名单手机号码
addtime添加时间用当时时间就可以。
bz备注一般注意是谁要求添加或什么原因要添加的。