## 同意/拒絕邀請
~~~[api]
post:/api/work/actionInvite
*string:openid#32位字符串,例:83be65cfc2314835121aaadd652af62f
*int:w_id#日程id
*int:type#操作類型:1、同意,2、拒絕
string:cause#拒絕原因
<<<
success
{
"code":0,
"msg":'ok',
"returnData":{
}
}
<<<
error
~~~