|
@@ -14,7 +14,7 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
|
@RestController
|
|
|
-@RequestMapping("/pushdataService")
|
|
|
+@RequestMapping("/push")
|
|
|
@Api(value = "HIS接口对接", tags = { "HIS接口对接" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
public class PushController {
|