Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
2025-10-28 17:49:38 +08:00
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;
}