http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
dbName | 否 | string | 数据库名称,优先级低于dbHandle |
dbHandle | 否 | int | 数据库句柄,优先级高于dbName |
sql | 是 | string | sql |
获取群
Type=2050 则表示为企业群
{
"type": 10058,
"dbName": "MicroMsg.db",
"sql": "SELECT UserName,Remark, NickName,PYInitial,RemarkPYInitial,Type FROM Contact t1 WHERE t1.Type in(2,2050);"
}
{
"data": {
"status": 0,
"desc": "",
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |