File tree Expand file tree Collapse file tree 10 files changed +1495
-725
lines changed Expand file tree Collapse file tree 10 files changed +1495
-725
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func (autoCodeExampleApi *AutoCodeExampleApi) UpdateAutoCodeExample(c *gin.Conte
78
78
// @Security ApiKeyAuth
79
79
// @accept application/json
80
80
// @Produce application/json
81
- // @Param data body autocode.AutoCodeExample true "用id查询AutoCodeExample"
81
+ // @Param data query autocode.AutoCodeExample true "用id查询AutoCodeExample"
82
82
// @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}"
83
83
// @Router /autoCodeExample/findAutoCodeExample [get]
84
84
func (autoCodeExampleApi * AutoCodeExampleApi ) FindAutoCodeExample (c * gin.Context ) {
@@ -101,7 +101,7 @@ func (autoCodeExampleApi *AutoCodeExampleApi) FindAutoCodeExample(c *gin.Context
101
101
// @Security ApiKeyAuth
102
102
// @accept application/json
103
103
// @Produce application/json
104
- // @Param data body autocodeReq.AutoCodeExampleSearch true "页码, 每页大小, 搜索条件"
104
+ // @Param data query autocodeReq.AutoCodeExampleSearch true "页码, 每页大小, 搜索条件"
105
105
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
106
106
// @Router /autoCodeExample/getAutoCodeExampleList [get]
107
107
func (autoCodeExampleApi * AutoCodeExampleApi ) GetAutoCodeExampleList (c * gin.Context ) {
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ func (e *CustomerApi) UpdateExaCustomer(c *gin.Context) {
94
94
// @Security ApiKeyAuth
95
95
// @accept application/json
96
96
// @Produce application/json
97
- // @Param data body example.ExaCustomer true "客户ID"
97
+ // @Param data query example.ExaCustomer true "客户ID"
98
98
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
99
99
// @Router /customer/customer [get]
100
100
func (e * CustomerApi ) GetExaCustomer (c * gin.Context ) {
@@ -118,7 +118,7 @@ func (e *CustomerApi) GetExaCustomer(c *gin.Context) {
118
118
// @Security ApiKeyAuth
119
119
// @accept application/json
120
120
// @Produce application/json
121
- // @Param data body request.PageInfo true "页码, 每页大小"
121
+ // @Param data query request.PageInfo true "页码, 每页大小"
122
122
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
123
123
// @Router /customer/customerList [get]
124
124
func (e * CustomerApi ) GetExaCustomerList (c * gin.Context ) {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func (s *DictionaryApi) UpdateSysDictionary(c *gin.Context) {
75
75
// @Security ApiKeyAuth
76
76
// @accept application/json
77
77
// @Produce application/json
78
- // @Param data body system.SysDictionary true "ID或字典英名"
78
+ // @Param data query system.SysDictionary true "ID或字典英名"
79
79
// @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}"
80
80
// @Router /sysDictionary/findSysDictionary [get]
81
81
func (s * DictionaryApi ) FindSysDictionary (c * gin.Context ) {
@@ -94,7 +94,7 @@ func (s *DictionaryApi) FindSysDictionary(c *gin.Context) {
94
94
// @Security ApiKeyAuth
95
95
// @accept application/json
96
96
// @Produce application/json
97
- // @Param data body request.SysDictionarySearch true "页码, 每页大小, 搜索条件"
97
+ // @Param data query request.SysDictionarySearch true "页码, 每页大小, 搜索条件"
98
98
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
99
99
// @Router /sysDictionary/getSysDictionaryList [get]
100
100
func (s * DictionaryApi ) GetSysDictionaryList (c * gin.Context ) {
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func (s *DictionaryDetailApi) UpdateSysDictionaryDetail(c *gin.Context) {
75
75
// @Security ApiKeyAuth
76
76
// @accept application/json
77
77
// @Produce application/json
78
- // @Param data body system.SysDictionaryDetail true "用id查询SysDictionaryDetail"
78
+ // @Param data query system.SysDictionaryDetail true "用id查询SysDictionaryDetail"
79
79
// @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}"
80
80
// @Router /sysDictionaryDetail/findSysDictionaryDetail [get]
81
81
func (s * DictionaryDetailApi ) FindSysDictionaryDetail (c * gin.Context ) {
@@ -98,7 +98,7 @@ func (s *DictionaryDetailApi) FindSysDictionaryDetail(c *gin.Context) {
98
98
// @Security ApiKeyAuth
99
99
// @accept application/json
100
100
// @Produce application/json
101
- // @Param data body request.SysDictionaryDetailSearch true "页码, 每页大小, 搜索条件"
101
+ // @Param data query request.SysDictionaryDetailSearch true "页码, 每页大小, 搜索条件"
102
102
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
103
103
// @Router /sysDictionaryDetail/getSysDictionaryDetailList [get]
104
104
func (s * DictionaryDetailApi ) GetSysDictionaryDetailList (c * gin.Context ) {
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func (s *OperationRecordApi) DeleteSysOperationRecordByIds(c *gin.Context) {
76
76
// @Security ApiKeyAuth
77
77
// @accept application/json
78
78
// @Produce application/json
79
- // @Param data body system.SysOperationRecord true "Id"
79
+ // @Param data query system.SysOperationRecord true "Id"
80
80
// @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}"
81
81
// @Router /sysOperationRecord/findSysOperationRecord [get]
82
82
func (s * OperationRecordApi ) FindSysOperationRecord (c * gin.Context ) {
@@ -99,7 +99,7 @@ func (s *OperationRecordApi) FindSysOperationRecord(c *gin.Context) {
99
99
// @Security ApiKeyAuth
100
100
// @accept application/json
101
101
// @Produce application/json
102
- // @Param data body request.SysOperationRecordSearch true "页码, 每页大小, 搜索条件"
102
+ // @Param data query request.SysOperationRecordSearch true "页码, 每页大小, 搜索条件"
103
103
// @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}"
104
104
// @Router /sysOperationRecord/getSysOperationRecordList [get]
105
105
func (s * OperationRecordApi ) GetSysOperationRecordList (c * gin.Context ) {
You can’t perform that action at this time.
0 commit comments