|
|
@@ -31,7 +31,7 @@ public class OpenAPIRegisterService {
|
|
|
|
|
|
public ResultContent initRegisterPAIS() {
|
|
|
String str = restTemplate.getForObject("http://" + serviceId + "/v3/api-docs", String.class);
|
|
|
- String sign = "oitOpenAPI";
|
|
|
+ String sign = "iotOpenAPI";
|
|
|
List<OpenApiInfo> openAPIS = OpenAPIScan.scanAPI(str, "物联网", sign);
|
|
|
RefreshApiParam param = new RefreshApiParam();
|
|
|
param.setServerName(serviceId.toLowerCase());
|