修改dto包

This commit is contained in:
2023-07-27 16:41:14 +08:00
parent ae9a411c41
commit 8cbaff5105
6 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ import com.jsowell.pile.dto.WeixinPayDTO;
import com.jsowell.pile.vo.uniapp.PayModeVO;
import com.jsowell.service.MemberService;
import com.jsowell.service.OrderService;
import com.jsowell.wxpay.dto.WeChatRefundDTO;
import com.jsowell.pile.dto.WeChatRefundDTO;
import com.jsowell.wxpay.response.WechatPayNotifyParameter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;