分销完善

This commit is contained in:
张松
2025-10-28 17:44:19 +08:00
parent 618286703e
commit 655b545bdb
6 changed files with 32 additions and 17 deletions

View File

@@ -56,7 +56,8 @@ public class NotifyController {
@GetMapping("testOpen")
public Map<String, String> test1(String code) throws Exception {
return wxService.v3Pay("oeQYq5LzW-kSxJL9TR4s_UmOmNLE", new BigDecimal("0.01"), "测试", "testZs" + RandomUtil.randomNumbers(20), "distributionRecharge");
distributionUserService.distribute(54458L, "WX1980104754310836224", BigDecimal.valueOf(18), 36434L, 122L, "order");
return null;
}