新增支付宝连接沙箱模拟支付(暂不可用

This commit was merged in pull request #35.
This commit is contained in:
2026-06-24 04:59:32 +08:00
parent 4481819eba
commit 2251f31524
42 changed files with 2571 additions and 991 deletions
@@ -1,16 +0,0 @@
package cn.novalon.gym.manage.member;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
/**
* 会员模块测试类
*/
@SpringBootTest
public class MemberModuleTest {
@Test
void contextLoads() {
// 测试Spring上下文是否能正常加载
}
}