|
@ -38,7 +38,7 @@ public class SFExpressApiController extends BaseController {
|
|
|
|
|
|
@RequestMapping(value="/routepushservice",method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
@ApiOperation("向顺丰快递下订单")
|
|
|
@ApiOperation("接受顺丰推送过来的路由信息")
|
|
|
@ObserverRequired
|
|
|
public String SFRoutePushService (
|
|
|
@ApiParam(name="xml", value="入参报文") @RequestParam(value = "xml",required = true) String xml){
|