|
@@ -170,6 +170,7 @@ public class PickUpCodeController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@RequestMapping("/confirmDelivery/{orderSn}")
|
|
@RequestMapping("/confirmDelivery/{orderSn}")
|
|
|
|
+ @ResponseBody
|
|
public R confirmDelivery(@PathVariable("orderSn") String orderSn){
|
|
public R confirmDelivery(@PathVariable("orderSn") String orderSn){
|
|
if(StringUtils.isEmpty(orderSn)){
|
|
if(StringUtils.isEmpty(orderSn)){
|
|
return R.error("订单编号为空!");
|
|
return R.error("订单编号为空!");
|