流程建议
POST
/pmd/notice/add
请求参数
参数名
类型
描述
必填
moduleId
string
流程id
必填
type
string
消息类型 此处流程建议都是2
必填
content
string
内容
必填
needProcess
string
1 需要走流程 0单纯消息,此处都是1
必填
staffNo
string
提交的领导工号
必填
响应参数
参数名
类型
描述
必填
data
object
示例:null
必填
code
int
示例:0
必填
msg
string
示例:操作成功
必填