版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Description: 作品上下线

Body-parameters:

ParameterTypeRequiredDescription

opfid

string

true

开放平台ID

nonce

string

true

6位随机字串不能为空

timestamp

string

true

签名时间戳

signature

string

true

签名

appId

string

true

作品id

status

string

true

作品状态:1-上线 201-下线

uid
String
true
第三方平台的用户id
contentSource
String
true
内容来源:

editor("editor", "编辑器制作"),
xapp("xapp", "外部导入"),

editor:编辑器制作
xapp:外部导入

gzharticle:公众号图文素材导入(公众号文章)

gzhimage:公众号图文素材导入

Request-body:


代码块
themeMidnight
{
  "opfid": "71",
  "nonce": "bb7c68",
  "timestamp": "2021-08-19 14:47:59",
  "signature": "x5lu8r",
  "appId": "71",
  "status": "201",
  "contentSource" : "editor"
}

...