Skip to main content
GET
/
open
/
api
/
app
/
categoryList
Get app category list
curl --request GET \
  --url https://user.pmock.com/api/open/api/app/categoryList
{
  "traceId": "",
  "code": 0,
  "msg": "",
  "data": [
    {
      "code": 0,
      "name": ""
    }
  ],
  "status": ""
}

Response

200 - application/json
traceId
string
required

Request link ID

code
integer
required

code

msg
string
required

Request return message

status
string
default:finish
required

Status, representing whether this is an instant completion or waiting state, finish or pending

data
object[]

Request return data