Help Action

Request

GET /rest/v1/help

Description

用于通过模糊查询获取帮助。

Path parameters

Query parameters

  • query

    需要进行匹配的关键词,如array、select等。

Request body

Response

  1. {
  2. "msg":"success",
  3. "code":0,
  4. "data":{"fuzzy":"No Fuzzy Matching Topic","matching":"No Matching Category"},
  5. "count":0
  6. }