Commit b3a65df5 by wutong

修改接口URL, Restful更合理

parent 19962d26
...@@ -114,7 +114,7 @@ public class CostApiController { ...@@ -114,7 +114,7 @@ public class CostApiController {
* @param costNo * @param costNo
* @return * @return
*/ */
@GetMapping("/{costNo}") @GetMapping("/type/{costNo}")
public Map<String,Object> getTypeName(@PathVariable("costNo")String costNo) { public Map<String,Object> getTypeName(@PathVariable("costNo")String costNo) {
// 获取费用单详细信息 // 获取费用单详细信息
Map<String,Object> result = new HashMap<>(); Map<String,Object> result = new HashMap<>();
......
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