微信退款、退款回调

This commit is contained in:
songmingsong
2024-12-06 10:13:43 +08:00
parent 569c038072
commit 636f20fb29
11 changed files with 350 additions and 28 deletions

View File

@@ -54,6 +54,7 @@ public interface NumberConstant {
int SIXTY = 60;
int HUNDRED = 100;
int ONE_HUNDRED_TWENTY_EIGHT = 128;
int THOUSAND = 1000;