Commit 7a951f67 by yuanchao

20240329建行支付

parent 79cf6afe
......@@ -11,11 +11,10 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import sun.security.rsa.RSASignature;
import java.math.BigDecimal;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @author yc
......
......@@ -52,7 +52,7 @@ import static com.qianhe.common.core.domain.AjaxResult.success;
@Slf4j
@RestController
@RequestMapping("/pay")
public class PayController {
public class WxPayController {
@Resource
private WechatPayConfig wechatPayConfig;
......
......@@ -51,13 +51,13 @@ import java.util.stream.Stream;
* @version 1.0
* @className CallbackController
* @date 2024/3/15 15:26
* @description
* @description 微信回调
*/
@RestController
@Slf4j
@RequestMapping("/callback")
public class CallbackController {
public class WxPaybackController {
@Resource
private WechatPayConfig wechatPayConfig;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment