分销关联id修改

This commit is contained in:
张松
2025-10-30 17:43:05 +08:00
parent 052f2c24f6
commit 84816c8a8c
4 changed files with 5 additions and 6 deletions

View File

@@ -57,7 +57,6 @@ public class NotifyController {
@GetMapping("testOpen")
public JSONObject test1(String code) throws Exception {
distributionUserService.distribute(54664L, "WX1983735285514747904", BigDecimal.valueOf(1), 474L, 122L, "order");
return null;
}