简要描述:

常见问题

请求域名:

  • http://xx.com

请求路由:

GET/&route=plugin.yz-supply-home-water-machin.frontend.faq.faq.getFaqList

请求参数说明:

参数名 类型 是否必需 说明
page int 分页
page_size int 分页

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "list": [
            {
                "id": 2,
                "uniacid": 2,
                "display_order": 1,
                "question": "测试问题",
                "answer": "测试答案",
                "is_display": true,
                "created_at": "2025-08-29 16:21:00",
                "updated_at": "2025-08-29 16:27:44",
                "deleted_at": null
            }
        ],
        "total": 1,
        "per_page": 10,
        "current_page": 1,
        "last_page": 1
    }
}

返回参数说明:

参数名 类型 说明