🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 服务事项收藏 >**author:** 娄春阳 >**date:** 2022-04-27 > **url:** /mtserviematters/mtServiceMattersCollect/add ***** > **请求类型:**POST ***** > **传入参数:** > | 序号 | 字段名 | 字段中文 | 是否必填 | 数据类型 | 备注 | > | --- | --- | --- | --- | --- | --- | > |1 |msmcUserId|用户id |String |是 | | > |1 |msmcServiceId|服务事项id |String |是 | | ********** >**返回参数**: > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > |1|code|返回代码|integer(int32)|integer| > |2|message|返回处理消息|string|| > |3|result|返回数据对象|object|| > |4|success|成功标志|boolean|true 成功 false失败| > |5|timestamp|时间戳|integer(int64)|| **响应示例**: ```javascript { "code": 0, "message": "", "result": null, "success": true, "timestamp": 0 }