Commit bef9bd88 by 刘鑫

test: 示例参数

1 parent 6c807f55
......@@ -84,6 +84,6 @@ public interface IBeanRemoteService {
* @return 分部列表
*/
@GetMapping("/api/openapi/department/getBranchDetail")
BeanR<BranchDetail> branchDetail(@RequestHeader(name = "accessToken") String accessToken, String bsTagId);
BeanR<BranchDetail> branchDetail(@RequestHeader(name = "accessToken") String accessToken, @RequestParam("bsTagId")String bsTagId);
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!