WorkPro Manual

更新公告

[Api Test]

Url

[接口服务器地址]/api/groups/notice_update.html

Method

POST

Request Headers

Name 必选 Type Description
Content-Type true string application/json; charset=UTF-8
authen true string Authen 什么是认证码
appid true string AppID 什么是接入ID
timestamp true string Timestamp
uid true string UID
lang true string Language zh-cn,en-us

Request Body

Name 必选 Type Description
id true string 公告ID
is_top true int 是否置顶 0 不置顶 1 置顶
subject true string 公告标题 长度不超过100个字符
notice true string 公告内容 长度不超过200个字符

Debug Tool

Test

Return

            {"status":1,"code":0,"msg":"","data":{"group_id":"7ad4f2d25d0211e9a5ee88d7f697be9a","notice":"第一条公告","create_uid":"user_id1","create_uname":"用户1","gid":"5be04a945f6311e982b488d7f697be9a","create_time":1514836000}}