关闭支付相关代码

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 * @author zk
*/ */
@RestController //@RestController
@RequestMapping("/member/product") //@RequestMapping("/member/product")
@AllArgsConstructor @AllArgsConstructor
public class MemberProductController { public class MemberProductController {
@@ -21,7 +21,7 @@ import java.util.Map;
* *
* @author zk * @author zk
*/ */
@Service //@Service
@Primary @Primary
@Slf4j @Slf4j
@AllArgsConstructor @AllArgsConstructor
@@ -30,7 +30,7 @@ import java.util.List;
* *
* @author zk * @author zk
*/ */
@Service //@Service
@Slf4j @Slf4j
public class MemberProductService { public class MemberProductService {
@@ -49,10 +49,10 @@ public class MemberProductService {
@Autowired @Autowired
private MessageService messageService; private MessageService messageService;
@Autowired //@Autowired
private WxNativePayAbility wxNativePayAbility; private WxNativePayAbility wxNativePayAbility;
@Autowired //@Autowired
private AlipayPagePayAbility alipayPagePayAbility; private AlipayPagePayAbility alipayPagePayAbility;
@Autowired @Autowired
@@ -22,7 +22,7 @@ import java.time.Instant;
* *
* @author zk * @author zk
*/ */
@Service //@Service
@Primary @Primary
@Slf4j @Slf4j
@AllArgsConstructor @AllArgsConstructor