|
@@ -3321,6 +3321,7 @@ public class StoreInfoServiceImpl extends ServiceImpl<StoreInfoMapper, StoreInfo
|
|
|
HttpEntity<AiApproveStoreInfo> request = new HttpEntity<>(aiApproveStoreInfo, aiHeaders);
|
|
HttpEntity<AiApproveStoreInfo> request = new HttpEntity<>(aiApproveStoreInfo, aiHeaders);
|
|
|
ResponseEntity<String> response = null;
|
|
ResponseEntity<String> response = null;
|
|
|
try {
|
|
try {
|
|
|
|
|
+ log.info("AI request:{},",request);
|
|
|
response = restTemplate.postForEntity(applicationsPath, request, String.class);
|
|
response = restTemplate.postForEntity(applicationsPath, request, String.class);
|
|
|
if (response.getStatusCodeValue() != 200) {
|
|
if (response.getStatusCodeValue() != 200) {
|
|
|
throw new RuntimeException("AI门店审核接口调用失败 http状态:" + response.getStatusCode());
|
|
throw new RuntimeException("AI门店审核接口调用失败 http状态:" + response.getStatusCode());
|