提交修改
This commit is contained in:
parent
423b7d1934
commit
d24f5defc3
@ -10,7 +10,6 @@ import com.heyu.api.data.entity.vv.VvReverseOrderEntity;
|
||||
import com.heyu.api.data.entity.vv.VvTradeOrderLineEntity;
|
||||
import com.heyu.api.data.utils.NumberUtil;
|
||||
import com.heyu.api.data.utils.StringUtils;
|
||||
import com.heyu.api.jsapi.JsapiPrepay;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
@ -49,11 +48,6 @@ public class AppWeiXinRefundNotifyController {
|
||||
@Value("${eb.config.weixin.pay.mchid}")
|
||||
private String mchid;
|
||||
|
||||
|
||||
@Autowired
|
||||
private JsapiPrepay jsapiPrepay;
|
||||
|
||||
|
||||
@Autowired
|
||||
private VvReverseOrderDao reverseOrderDao;
|
||||
|
||||
@ -64,7 +58,6 @@ public class AppWeiXinRefundNotifyController {
|
||||
public Object refundNotifyUrl(@RequestBody String jsonData) throws Exception {
|
||||
//转为map格式
|
||||
Map<String, String> jsonMap = JSONObject.parseObject(jsonData, Map.class);
|
||||
|
||||
//退款成功后返回一个加密字段resource,以下为解密
|
||||
/**
|
||||
* 解密需要从resource参数中,获取到ciphertext,nonce,associated_data这三个参数进行解密
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user