💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC=2] ## 申请列表 ~~~[api] get:/apply <<< success // 模板渲染数据 ~~~ ## 申请分页 ~~~[api] get:/apply/pag int:current_page=1#当前页 int:page_number=10#页码 <<< success // 分页数据 参考接口返回 ~~~ ## 渲染申请 ~~~[api] get:/apply/create <<< success // 渲染申请页的内容 ~~~ ## 申请号段 ~~~[api] post:/apply/save *string:sn=741111111111#开始号段 *int:num=10#需要数量 <<< success { "code": 0 } <<< error { "code": -1, "msg": "参数错误" } ~~~ ## 文件下载 ~~~[api] get:/apply/download *int:id=1#文件列表 id *string:file_name=11.data#文件名称 <<< success // 直接输出下载文件 ~~~