mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-10 00:48:12 +08:00
update 运营端小程序接口
This commit is contained in:
@@ -6,6 +6,7 @@ import com.jsowell.common.response.RestApiResponse;
|
|||||||
import com.jsowell.pile.service.OrderBasicInfoService;
|
import com.jsowell.pile.service.OrderBasicInfoService;
|
||||||
import com.jsowell.pile.vo.uniapp.business.BusinessConnectorInfoVO;
|
import com.jsowell.pile.vo.uniapp.business.BusinessConnectorInfoVO;
|
||||||
import com.jsowell.pile.vo.uniapp.business.BusinessOrderBillingInfoVO;
|
import com.jsowell.pile.vo.uniapp.business.BusinessOrderBillingInfoVO;
|
||||||
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
import org.springframework.web.bind.annotation.GetMapping;
|
||||||
import org.springframework.web.bind.annotation.PathVariable;
|
import org.springframework.web.bind.annotation.PathVariable;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
@@ -24,7 +25,7 @@ import java.util.List;
|
|||||||
@RequestMapping("/business/pile/order")
|
@RequestMapping("/business/pile/order")
|
||||||
public class BusinessOrderController extends BaseController {
|
public class BusinessOrderController extends BaseController {
|
||||||
|
|
||||||
@Addressing
|
@Autowired
|
||||||
private OrderBasicInfoService orderBasicInfoService;
|
private OrderBasicInfoService orderBasicInfoService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user