ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] ## 列表 ~~~[api] post:/ad/list *int:page=1# *int:limit=10# <<< success ~~~ ## 详情 ~~~[api] post:/ad/info *int:id=1#ID <<< success ~~~ ## 添加 ~~~[api] post:/ad/add *string:pic_url=图片地址# *string:url=链接地址# *int:type=state#0-不展示,1-展示 <<< success ~~~ ## 编辑 ~~~[api] post:/ad/edit *int:id=1#ID *string:pic_url=图片地址# *string:url=链接地址# *int:type=state#0-不展示,1-展示 <<< success ~~~ ## 删除 ~~~[api] post:/ad/del *int:id=1#ID <<< success ~~~ ## 排序 ~~~[api] post:/ad/sort *int:sort=array#重排后ID数组 <<< success ~~~