|
@@ -354,6 +354,7 @@ public class FrontServiceImpl implements FrontServiceI {
|
|
|
@Override
|
|
|
public ApiResponse<?> getBrokerDetailInfoListById(Map<String, Object> params) {
|
|
|
HttpResponse response = HttpUtil.createGet(RemoteUrlConstants.getBrokerInfoById())
|
|
|
+ .form(params)
|
|
|
.execute();
|
|
|
JSONObject resObj = JSONObject.parseObject(response.body());
|
|
|
if (ObjectUtil.isNull(resObj)) {
|