Authorization: Bearer ********************
curl --location --request GET 'https://test.51vive.com/openapi/developerinfo/listPage'
{@link R }
{
"total": 0,
"rows": [
{
"id": 0,
"status": 0,
"umsId": 0,
"phone": "string",
"nickName": "string",
"createTime": "2019-08-24T14:15:22Z",
"codeUrl": "string",
"picOssId": "string",
"secretId": "string",
"secretKey": "string",
"apis": [
{
"id": 0,
"productId": 0,
"name": "string",
"status": 0,
"createTimeFlag": "2019-08-24T14:15:22Z",
"logo": "string",
"ossId": 0
}
],
"balance": 0,
"productName": "string",
"rulesId": 0
}
],
"code": 0,
"msg": "string"
}