Explorar el Código

cent many table manage func

abiao hace 5 años
padre
commit
c0e09a1f13
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      go/gopath/src/fohow.com/routers/routes.go

+ 1 - 1
go/gopath/src/fohow.com/routers/routes.go

@@ -244,7 +244,7 @@ func init() {
 	beego.Router("/v1/test/wxpay/eppay", &railsadmin_controller.RailsadminController{}, "get:TestEpPay")
 	beego.Router("/v1/test/redis_info", &test_controller.TestController{}, "get:GetUserInfoFromRedis")
 	beego.Router("/v1/wxpay/refund", &test_controller.TestController{}, "get:TestWxPayRefund")
-	beego.Router("/v1/test/opt_economic", &test_controller.TestController{}, "post:OptEconomicCent")
+	beego.Router("/v1/test/opt_economic", &test_controller.TestController{}, "post:TestOptCentEconomic")
 
 	//----------------微信商品库管理-------------
 	beego.Router("/railsadmin/wxku_commodity/:id([0-9]+)/addOrUpdate", &wxku_commodity_controller.WxkuCommodityController{}, "post:AddOrUpdateWxkuCommodity")