提交 a1cd67a0 authored 作者: inroi's avatar inroi

微调

上级 6bb45188
......@@ -123,6 +123,8 @@ public class DockingDistributionServiceImpl implements IDockingDistributionServi
Map<String, Object> data = new HashMap<>(2);
data.put("secret", secret);
data.put("memberId", memberId);
data.put("offset", 0);
data.put("limit", 14);
String result = HttpClientUtil.sendPost("http://192.168.0.34:8080/api/v1/member/profit", JsonUtil.toString(data));
thirdPartyLogUtil.thirdPartyLogCreate("分销会员收益查询", "0001", queueId, "平台->分销", JsonUtil.toString(data), result, 1);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论