- Proto 文件说明
- 返回码&错误码说明
- initialize 系统配置及初始化
- mall 电商微服务
- order 购物车微服务
- passport 通行证微服务
- finance 财务微服务
- market 营销微服务
- relation 社交关系微服务
- ads 广告微服务
- cloud 云存储微服务
- content 内容微服务
- location-定位服务
- MCS 即时通讯(IM)微服务
- task 任务&回调
- bases 管理类接口
- Other 其它
- fts文件传输服务
- notify通知服务(包括短信,邮件,消息等)
- license 许可证认证服务
- feedback意见反馈(工单)服务
- org 组织机构微服务
- material二维码
- invoice合同发票
获取文章详情
开发中
POST
/content.Content.GetArticle
请求参数
Header 参数
Request-Id
string
请求ID
默认值:
{% mock 'uuid' %}
Content-Type
string
传输格式
默认值:
application/json
Workspace
string
项目名称
默认值:
mall
Authorization
string
可选
默认值:
YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=
Body 参数application/json
identity
string
必传
author_identity
string
必传
示例
{
"identity": "string",
"author_identity": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mesh.apinb.com//content.Content.GetArticle' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
identity
string
文章唯一标识
author_identity
string
所有者唯一标识
category_identity_list
array[string]
所属分类Identity 列表
title
string
必需
cover_path
string
必需
author
string
必需
content
string
必需
target_url
string
跳转目标地址
source_url
string
文章来源地址
hits
integer
点击量
accessory
array[string]
附件列表
has_accessory
boolean
是否有附件,默认没
created_at
string
必需
updated_at
string
必需
description
string
简介
like_hits
integer
点赞量
unlike_hits
integer
点踩量
comment_hits
integer
评论量
tags
string
文章标签
type
integer
用户自定义文章类型
示例
{
"identity": "string",
"author_identity": "string",
"category_identity_list ": [
"string"
],
"title": "string",
"cover_path": "string",
"author": "string",
"content": "string",
"target_url": "string",
"source_url": "string",
"hits": 0,
"accessory": [
"string"
],
"has_accessory": true,
"created_at": "string",
"updated_at": "string",
"description": "string",
"like_hits": 0,
"unlike_hits": 0,
"comment_hits": 0,
"tags": "string",
"type": 0
}
修改于 2023-08-14 03:06:18