|
@@ -70,7 +70,8 @@ public class BoHaiOrderApiController {
|
|
|
@PostMapping(value = "/submitImage")
|
|
@PostMapping(value = "/submitImage")
|
|
|
@ApiOperation(value = "提交影像信息")
|
|
@ApiOperation(value = "提交影像信息")
|
|
|
public HttpResult<Object> submitImage(@RequestSingleParam(value = "companyId") String companyId) throws Exception {
|
|
public HttpResult<Object> submitImage(@RequestSingleParam(value = "companyId") String companyId) throws Exception {
|
|
|
- return this.boHaiOrderApiService.submitImage(companyId);
|
|
|
|
|
|
|
+// return this.boHaiOrderApiService.submitImage(companyId);
|
|
|
|
|
+ return HttpResult.ok();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@AuditVerification("核保")
|
|
@AuditVerification("核保")
|