|
|
@@ -136,7 +136,7 @@ public class YtAppUserServiceImpl implements YtAppUserService {
|
|
|
public ResultTable<YtUserEcpmListView> ecpmList(String appId,String userId,Integer adsourceType) {
|
|
|
YtApp ytApp = appMapper.selectPrimary(appId);
|
|
|
YtPlatformUserApp app = agentAppMapper.selectByPrimaryKey(ytApp.getSuperiorId());
|
|
|
- Object o = feignInvoker.invoke(app.getServiceName(), "adRecords", userId,adsourceType);
|
|
|
+ Object o = feignInvoker.invoke(app.getServiceName(), "adRecords", userId,1);
|
|
|
JSONObject object = JSONObject.parseObject(JSON.toJSONString(o));
|
|
|
List<YtDyzAdRecord> records = JSONArray.parseArray(object.getString("data"), YtDyzAdRecord.class);
|
|
|
PageMeta pageMeta = JSON.parseObject(object.getString("pageMeta"), PageMeta.class);
|