Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 2 years ago
parent
commit
e5c1131bfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

@@ -76,7 +76,7 @@ func HisManagerApiRegistRouters() {
76 76
 	beego.Router("/api/comfirmallopatry/post", &HisApiController{}, "post:ComfirmAllopatry")
77 77
 	beego.Router("/api/allopatry/refund", &HisApiController{}, "post:RefundAllopatry")
78 78
 
79
-	beego.Router("/api/check", &HisApiController{}, "post:check")
79
+	beego.Router("/api/check", &HisApiController{}, "post:Check")
80 80
 
81 81
 }
82 82
 func (c *HisApiController) Check() {