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