Commit c0721358 authored by hezhen's avatar hezhen

123

parent bb5cd2a1
......@@ -60,6 +60,13 @@ public class AdminCompanyInfoController extends BaseController<CompanyInfoApplyB
}
@GetMapping("info/{id}")
@ApiModelProperty("商家信息")
public ObjectRestResponse info(@PathVariable("id") Long id ) {
return ObjectRestResponse.succ(companyInfoBiz.selectById(id));
}
@PostMapping("audit")
@ApiModelProperty("商家入驻审核")
public ObjectRestResponse audit(@RequestBody CompanyInfoApply companyInfoApply) {
......@@ -103,4 +110,7 @@ public class AdminCompanyInfoController extends BaseController<CompanyInfoApplyB
}
}
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