查看已注册列表
开发中
GET
/wx/developer/list
微信公众号注册列表
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://bufantec.com/wx/developer/list'
返回响应
🟢200成功
application/json
Body
data
object
必需
totalRow
integer
总数量
pageNumber
integer
当前页数
firstPage
boolean
是否是第一页
lastPage
boolean
是否是最后一页
totalPage
integer
总页数
pageSize
integer
每页数据数量
list
array [object {6}]
数据
示例
{
"data": {
"totalRow": 349,
"pageNumber": 1,
"firstPage": true,
"lastPage": false,
"totalPage": 35,
"pageSize": 10,
"list": [
{
"addTime": "2023-01-05 09:18:32",
"appid": "appid is to short!",
"appsecret": "appsecret is to short!",
"apptype": 0,
"id": "60520dada2a5469cbd6a7af8104a41ad",
"token": "bufanxueyuan"
},
{
"addTime": "2023-01-05 09:16:15",
"appid": "appid is to short!",
"appsecret": "appsecret is to short!",
"apptype": 0,
"id": "673a7bf4860a4fda9695976c9a7caea9",
"token": "bufanxueyuan"
},
{
"addTime": "2022-12-25 05:13:41",
"appid": "appid is to short!",
"appsecret": "appsecret is to short!",
"apptype": 0,
"id": "ac045f600e774da0b8013c9160f5c4c0",
"token": "bufanxueyuan"
},
{
"addTime": "2022-12-24 11:38:13",
"appid": "wxc8621752caa1d48*",
"appsecret": "*****2cc3ba449f452fa4b050cffb402",
"apptype": 0,
"id": "43f56c2fde9149f39c6d03059828fae9",
"token": "bufanxueyuan"
},
{
"addTime": "2022-12-24 11:36:23",
"appid": "wxc8621752caa1d487x*",
"appsecret": "*****2cc3ba449f452fa4b050cffb402",
"apptype": 0,
"id": "d58b485c43c74928a6bc1edebf264800",
"token": "bufanxueyuan"
},
{
"addTime": "2022-12-14 14:32:49",
"appid": "wx96cb86fa3a188f8*",
"appsecret": "*****087f50be47134aedd65bca60b3e",
"apptype": 0,
"id": "89e8f6975e224cbd94a27fae1c30d81a",
"token": "bufanxueyuan"
},
{
"addTime": "2022-12-13 18:10:15",
"appid": "wx50815ee16d733cc*",
"appsecret": "*****bc2ef4d479b928e82d17387a51b",
"apptype": 0,
"id": "8bf8c259f026476d96ff244666bc62ec",
"token": "bufanxueyuan"
},
{
"addTime": "2022-12-08 02:22:59",
"appid": "wxd44af90ac4f7a88*",
"appsecret": "*****a4c9754e6851a88535afb5a5066",
"apptype": 0,
"id": "0af411e536fc48b5848feb7728d7235d",
"token": "bufanxueyuan"
},
{
"addTime": "2022-11-30 00:37:50",
"appid": "wx2d79f079acf735e*",
"appsecret": "*****828c207327dc18202babf106d52",
"apptype": 0,
"id": "c23ee80ebac3446592d11f9c0c6c31e2",
"token": "bufanxueyuan"
},
{
"addTime": "2022-11-29 17:39:18",
"appid": "wx2a4519886333d2b*",
"appsecret": "*****086d14559e71f34f3a6a71c4aa4",
"apptype": 0,
"id": "ac11a3322f414453864502e152cfb148",
"token": "bufanxueyuan"
}
]
}
}