转账到零钱参数完善

This commit is contained in:
张松 2025-10-29 17:26:18 +08:00
parent da9681d9a0
commit 54d7d73b25
1 changed files with 2 additions and 2 deletions

View File

@ -370,8 +370,8 @@ public abstract class BaseWx {
"transfer_remark", remark,
"notify_url", config.transferNotifyUrl,
"transfer_scene_report_infos", new Object[]{
Map.of("info_type", "岗位类型", "info_content", "加盟商"),
Map.of("info_type", "报酬说明", "info_content", "测试")
Map.of("info_type", "活动名称", "info_content", "分销奖励"),
Map.of("info_type", "奖励说明", "info_content", "用户提现")
}
));
if (amount.compareTo(BigDecimal.valueOf(0.3)) >= 0) {