文档
测试

获取运营商基础信息列表

POST
http://[域名]/oper/getoperbaseinfolist

接口描述

获取运营商基础信息列表

请求参数

参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
opertoken
string
身份操作凭证
必填
pageindex
int
当前页码
必填
pageeachnum
int
每页显示的数量
必填
operbaseinfo
必填
opername
string
运营商名称,模糊查询
可选
statuscode
string
运营商状态编码
可选

请求数据示例

{ "appid":"1234567890", "token":"45879541235derderedew", "timestamp":"20200118122613", "opertoken":"123456eerwdfe", "pageindex":1, "pageeachnum":20 }

响应参数

参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填
recordcount
string
记录数量,为0表示列表没有数据
必填
pageindex
int
当前页码
必填
pagetotalnum
int
总页数
必填
listinfo
必填
operid
string
运营商编号
必填
opername_simp
string
运营商简称
必填
opername_full
string
运营商全称
必填
statuscode
string
运营商状态编码
必填
statusname
string
运营商状态名称
必填
contactman
string
联系人
可选
contactphone
string
联系电话
可选
contactaddress
string
联系地址
可选
createtime
string
添加时间
必填
createuser
string
添加人
必填

响应成功示例

{ "errcode":"0", "errmsg":"成功", "recordcount":"1", "pageindex":1,"pagetotalnum":200, "listinfo":[{"operid":"1", "opername_simp":"温州一鸣", "opername_full":"温州一鸣乳业集团", "status":"0", "contactman":"王先生", "contactphone":"13898985698", "contactaddress":"温州市**区**路", "createtime":"2024-10-30 11:34:00", "createuser":"系统管理员" } ] }

响应失败示例

{ "errcode":"1", "errmsg":"参数无效" }