|
@@ -352,9 +352,9 @@ public class ResourceBusiness implements IResourceBusiness {
|
|
|
* @return
|
|
|
*/
|
|
|
private String getAppRemoteDetailByCode(String appCode) throws IOException {
|
|
|
- String busSraId = resourceConfig.getMenuResource().getBusSraId();
|
|
|
- String busServiceId = resourceConfig.getMenuResource().getBusServiceId();
|
|
|
- String busServiceFunc = resourceConfig.getMenuResource().getBusServiceFuncAppUpdate();
|
|
|
+ String busSraId = resourceConfig.getAppModifyResource().getBusSraId();
|
|
|
+ String busServiceId = resourceConfig.getAppModifyResource().getBusServiceId();
|
|
|
+ String busServiceFunc = resourceConfig.getAppModifyResource().getBusServiceFunc();
|
|
|
List<Header> heards = getHeaders(busSraId, busServiceId, busServiceFunc);
|
|
|
String url = resourceConfig.getResourceUrl();
|
|
|
Map<String, String> param = new HashMap<>();
|