计划审核

用于提报计划审核

1. 请求说明

请求方式:POST

请求URL :/api/AppApi/submitPlanAudit

2. 请求参数

body:

参数 数据类型 是否必须 描述
ProjectId String Y 项目ID(审核人)
userId String Y 用户ID
planAuditId String Y 计划审核ID
ideas String Y 意见
result String Y 处理结果

示例:

{
  "ProjectId": "",
  "userId": "string",
  "planAuditId": "string",
  "ideas": "string",
  "result": "string"
}

3. 返回参数

字段 字段类型 字段说明
Code string 0:成功 ;其他:失败
CodeMsg String 失败时原因信息

返回示例:

{
    "Code": 0, 
    "CodeMsg": "OK", 
    "Datas": null
}
Copyright © Sogrey 2018, all right reserved,powered by Gitbook 使用中遇到问题?提个Issue,最后修订时间: 2019-01-29 10:56:46

results matching ""

    No results matching ""