|
@@ -225,8 +225,10 @@ public class ResourceBusiness implements IResourceBusiness {
|
|
|
public <T> T getDataResource(Map paramMap, Type type) {
|
|
|
// 构建header
|
|
|
String busSraId = resourceConfig.getBusSraId();
|
|
|
- busSraId = "Y-120000000000-0037";//原有身份没有权限 测试数据
|
|
|
+
|
|
|
+ //todo busSreIdcard需要从用户信息中获取
|
|
|
String busSreIdcard = resourceConfig.getBusSreIdcard();
|
|
|
+
|
|
|
String busServiceId = resourceConfig.getDataResource().getBusServiceId();
|
|
|
String busServiceFunc = resourceConfig.getDataResource().getBusServiceFunc();
|
|
|
List<Header> heards = getHeaders(busSraId, busSreIdcard, busServiceId, busServiceFunc);
|