关闭支付相关代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user