@@ -17,7 +17,7 @@ type RzdController struct {
// @Param DayFlag query int false
// @Param WeekFlag query int false
// @Success 200 {object} company.GetUnusualRenewListGroupMonthResp
-// @router /rz_deal_data [post]
+// @router /rz_deal_data [get]
func (this *RzdController) DealData() {
br := new(models.BaseResponse).Init()
defer func() {
@@ -11,7 +11,7 @@ func init() {
beego.ControllerComments{
Method: "DealData",
Router: `/rz_deal_data`,
- AllowHTTPMethods: []string{"post"},
+ AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})