ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 示例 ~~~[api] get:/v1/activity/detail *int:id#活动id <<< success { "code":0, "msg":"ok", "data":{ "info":{ "id":1, "title":"测试活动1","desc":"活动描述活动描述活动描述", "cover":"https:\/\/www.91fhy.com\/upload\/20180504\/635bb152da47f9344a86392b9b4a51a9.png", "author_id":"10000", "author_name":"hunyr", "del_status":1, "timestamp":1536302629 } } } <<< error { "code":-1, "msg":"参数错误", "data":[] }