1、新增组织充值和支付宝回调处理;2、新增余额明细查询;

This commit is contained in:
gaoqr
2025-08-13 17:34:11 +08:00
parent c985272d58
commit df1915989a
23 changed files with 744 additions and 54 deletions
@@ -16,4 +16,10 @@ public class RedisKeyConstants {
* 刷新权限
*/
public static final String PERMISSION_REFRESH = "PERMISSION_REFRESH";
/**
*
*/
public static final String PAY_NOTIFY_ORDER_LOCK_KEY = "pay_recharge_order:%s%s";
}