fix: 微信支付扫码
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
package org.wfc.payment.domain;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
||||||
import org.springframework.stereotype.Component;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @author: cyc
|
|
||||||
* @since: 2025-01-20
|
|
||||||
*/
|
|
||||||
@Data
|
|
||||||
@Component
|
|
||||||
@ConfigurationProperties(prefix = "file")
|
|
||||||
public class FileBean {
|
|
||||||
private String domain;
|
|
||||||
private String path;
|
|
||||||
private String prefix;
|
|
||||||
}
|
|
||||||
@@ -37,7 +37,6 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|||||||
import org.springframework.web.bind.annotation.ResponseBody;
|
import org.springframework.web.bind.annotation.ResponseBody;
|
||||||
import org.springframework.web.multipart.MultipartFile;
|
import org.springframework.web.multipart.MultipartFile;
|
||||||
import org.wfc.common.core.domain.R;
|
import org.wfc.common.core.domain.R;
|
||||||
import org.wfc.payment.domain.FileBean;
|
|
||||||
import org.wfc.payment.domain.H5SceneInfo;
|
import org.wfc.payment.domain.H5SceneInfo;
|
||||||
import org.wfc.payment.domain.WxPayBean;
|
import org.wfc.payment.domain.WxPayBean;
|
||||||
import org.wfc.payment.domain.vo.AjaxResult;
|
import org.wfc.payment.domain.vo.AjaxResult;
|
||||||
@@ -71,9 +70,6 @@ public class WxPayController extends AbstractWxPayApiController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private WxPayBean wxPayBean;
|
private WxPayBean wxPayBean;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private FileBean fileBean;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private RemoteUUserService remoteUUserService;
|
private RemoteUUserService remoteUUserService;
|
||||||
|
|
||||||
|
|||||||
@@ -72,9 +72,3 @@ wxpay:
|
|||||||
partnerKey:
|
partnerKey:
|
||||||
certPath:
|
certPath:
|
||||||
domain: http://192.168.9.50/u
|
domain: http://192.168.9.50/u
|
||||||
|
|
||||||
# 本地文件上传
|
|
||||||
file:
|
|
||||||
domain: http://127.0.0.1:9201
|
|
||||||
path: D:/wfc/uploadPath
|
|
||||||
prefix: /statics
|
|
||||||
Reference in New Issue
Block a user