Commit acfde9f7 by 1391696987

明细接口路由修改

parent 4b4cb98c
...@@ -917,7 +917,7 @@ public ApiResponse SaveGatherHands([FromRoute] int allotId, [FromBody] SaveGathe ...@@ -917,7 +917,7 @@ public ApiResponse SaveGatherHands([FromRoute] int allotId, [FromBody] SaveGathe
/// <param name="category">费用类型</param> /// <param name="category">费用类型</param>
/// <param name="request">分页</param> /// <param name="request">分页</param>
/// <returns></returns> /// <returns></returns>
[Route("getgather/{allotId},{source},{category},{createTime}")] [Route("getgather/{allotId},{department},{source},{category}")]
[HttpPost] [HttpPost]
public ApiResponse GetGather([FromRoute] int allotId,string department, string source, string category, [FromBody] PersonParamsRequest request) public ApiResponse GetGather([FromRoute] int allotId,string department, string source, string category, [FromBody] PersonParamsRequest request)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment