转账到零钱参数完善
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user