/
GO
gogf
/
GoFrame社区API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 29m ago · Updated 1mo ago
Details
Filter operations
前台-主题
2
前台-交互
4
前台-内容
5
get
展示创建内容页面
post
创建内容
post
删除内容
post
修改内容
get
展示修改内容页面
前台-分类
1
前台-搜索
1
前台-文件
1
前台-文章
2
前台-更新头像
1
前台-注册
2
前台-用户
11
前台-登录
2
前台-问答
2
前台-首页
1
前台-验证码
1
后台-内容
6
后台-栏目
4
后台-模板
1
后台-用户
1
后台-用户橘色
1
后台-菜单
1
后台-评论
4
后台-首页
1
前台-内容
创建内容
客户端AJAX提交,客户端
post
/content/do-create
Request body
DefineContentApiDoCreateReq
required
brief
string
摘要
categoryId
integer
栏目ID
content
string
内容
referer
string
内容来源,例如github/gitee
tags
string[]
标签名称列表,以JSON存储
thumb
string
缩略图
title
string
标题
type
string
内容模型
Response
请求结果
DefineContentServiceCreateRes
required
content_id
integer
Changes