Sfoglia il codice sorgente

cent many table manage func

abiao 5 anni fa
parent
commit
c0e09a1f13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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")