优化代码

This commit is contained in:
TinyAnts 2023-03-24 19:00:27 +08:00
parent 17d527d60a
commit 14b896eee0
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package com.mdd.front.service;
import com.github.binarywang.wxpay.bean.result.WxPayUnifiedOrderV3Result;
import com.github.binarywang.wxpay.exception.WxPayException;
import com.mdd.front.validate.PaymentValidate;
import com.mdd.front.vo.PayWayListedVo;
@ -16,7 +15,7 @@ public interface IPayService {
* 支付方式
*
* @param from 场景
* @param terminal
* @param terminal
* @return List<PayWayListedVo>
*/
List<PayWayListedVo> payWay(String from, Integer terminal);