Skip to content

请求方法: get

请求路径: /api/v3/thread.list

SDK

使用方法

js
import readThreadList from '@discuzq/sdk/dist/api/home/read-thread-list.js';

readThreadList({
    params: {} // get请求参数写在params中,
    ...axiosOptions // 标准的 axios 参数
});// axiosOptions参考:http://axios-js.com/zh-cn/docs/index.html#axios-config

请求信息

返回体 Response Body

Released under the MIT License.