mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 03:20:06 +08:00
@@ -15,7 +15,6 @@ import com.jsowell.pile.domain.MemberBasicInfo;
|
|||||||
import com.jsowell.pile.dto.*;
|
import com.jsowell.pile.dto.*;
|
||||||
import com.jsowell.pile.service.IMemberBasicInfoService;
|
import com.jsowell.pile.service.IMemberBasicInfoService;
|
||||||
import com.jsowell.pile.vo.uniapp.PayModeVO;
|
import com.jsowell.pile.vo.uniapp.PayModeVO;
|
||||||
import com.jsowell.service.MemberService;
|
|
||||||
import com.jsowell.service.OrderService;
|
import com.jsowell.service.OrderService;
|
||||||
import com.jsowell.wxpay.response.WechatPayNotifyParameter;
|
import com.jsowell.wxpay.response.WechatPayNotifyParameter;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
@@ -36,8 +35,6 @@ import java.util.Map;
|
|||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/uniapp/pay")
|
@RequestMapping("/uniapp/pay")
|
||||||
public class PayController extends BaseController {
|
public class PayController extends BaseController {
|
||||||
@Autowired
|
|
||||||
private MemberService memberService;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private OrderService orderService;
|
private OrderService orderService;
|
||||||
|
|||||||
@@ -419,4 +419,8 @@ public class TempController extends BaseController {
|
|||||||
}
|
}
|
||||||
return new RestApiResponse<>();
|
return new RestApiResponse<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -756,12 +756,12 @@ public class OrderService {
|
|||||||
.build()
|
.build()
|
||||||
);
|
);
|
||||||
// 余额支付
|
// 余额支付
|
||||||
// result.add(
|
result.add(
|
||||||
// PayModeVO.builder()
|
PayModeVO.builder()
|
||||||
// .payModeCode(OrderPayModeEnum.PAYMENT_OF_BALANCE.getValue())
|
.payModeCode(OrderPayModeEnum.PAYMENT_OF_BALANCE.getValue())
|
||||||
// .payModeName(OrderPayModeEnum.PAYMENT_OF_BALANCE.getLabel())
|
.payModeName(OrderPayModeEnum.PAYMENT_OF_BALANCE.getLabel())
|
||||||
// .build()
|
.build()
|
||||||
// );
|
);
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user