Commit 3cab8ab9 authored by libin's avatar libin

小程序分公司接口查询

parent 9bc7f0dc
......@@ -85,7 +85,7 @@ public class BranchCompanyController extends BaseController<BranchCompanyBiz> {
return RestResponse.data(baseBiz.getAll());
}
@GetMapping("/app/unauth/list")
@GetMapping("/app/unauth/company/list")
public RestResponse<List<BranchCompany>> findAll(){
return RestResponse.data(baseBiz.getAll());
}
......
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