You need to enable JavaScript to run this app.
导航

号码状态

最近更新时间2024.03.07 16:23:48

首次发布时间2022.10.18 17:08:32

说明

当管理后台或者用户操作号码,导致号码状态发生变更时,会发送给用户

字段说明
字段名称字段类型描述样例
accountIdString火山引擎账号id34655676
numberString号码139xxxx1183
numberPoolNoString号码池编号NP1611232xxxxxxxx2495
serviceTypeInteger服务类型,参考通用字段枚举100
subServiceTypeInteger子服务类型,,参考通用字段枚举101
numberTypeInteger号码类型(0-手机,1-固话)0

numberStatus

Integer

号码状态枚举
1-使用中
2-用户停用
3-平台停用
4-用户注销
6-平台注销
-1-异常状态

1

reasonString号码状态变更原因停用号码
号码状态流程图

alt

消息结构示例
{
  "accountId": "2000001090",
  "number": "073130100002",
  "numberPoolNo": "NP161268484610904878",
  "numberStatus": 1,
  "numberType": 1,
  "reason": "导入新申请的号码",
  "serviceType": 100,
  "subServiceType": 101
}