关闭支付相关代码

This commit is contained in:
zk
2026-05-18 14:45:25 +08:00
parent fc22b49d5a
commit 4d057d805c
4 changed files with 7 additions and 7 deletions
@@ -16,8 +16,8 @@ import java.util.List;
*
* @author zk
*/
@RestController
@RequestMapping("/member/product")
//@RestController
//@RequestMapping("/member/product")
@AllArgsConstructor
public class MemberProductController {
@@ -21,7 +21,7 @@ import java.util.Map;
*
* @author zk
*/
@Service
//@Service
@Primary
@Slf4j
@AllArgsConstructor
@@ -30,7 +30,7 @@ import java.util.List;
*
* @author zk
*/
@Service
//@Service
@Slf4j
public class MemberProductService {
@@ -49,10 +49,10 @@ public class MemberProductService {
@Autowired
private MessageService messageService;
@Autowired
//@Autowired
private WxNativePayAbility wxNativePayAbility;
@Autowired
//@Autowired
private AlipayPagePayAbility alipayPagePayAbility;
@Autowired
@@ -22,7 +22,7 @@ import java.time.Instant;
*
* @author zk
*/
@Service
//@Service
@Primary
@Slf4j
@AllArgsConstructor