mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-12 05:50:16 +08:00
废弃方法
This commit is contained in:
@@ -169,10 +169,10 @@ public class OrderService {
|
|||||||
*
|
*
|
||||||
* @param dto
|
* @param dto
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
// @Deprecated
|
||||||
public Map<String, Object> payOrder(PayOrderDTO dto) throws Exception {
|
// public Map<String, Object> payOrder(PayOrderDTO dto) throws Exception {
|
||||||
return orderBasicInfoService.payOrder(dto);
|
// return orderBasicInfoService.payOrder(dto);
|
||||||
}
|
// }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 订单支付
|
* 订单支付
|
||||||
|
|||||||
Reference in New Issue
Block a user