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