فهرست منبع

fix:修改圈量机器人列表参数

jimmyyem 1 ماه پیش
والد
کامیت
aa9b582784
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      desc/wechat/xunji_service.api
  2. 1 1
      internal/types/types.go

+ 1 - 1
desc/wechat/xunji_service.api

@@ -51,7 +51,7 @@ type (
     XunjiServiceListReq {
         PageInfo
 
-        XunjiID *uint64 `json:"xunjiID,optional"`
+        XunjiID *uint64 `json:"configId,optional"`
     }
 
     // XunjiService information response | XunjiService信息返回体

+ 1 - 1
internal/types/types.go

@@ -4122,7 +4122,7 @@ type XunjiServiceListInfo struct {
 // swagger:model XunjiServiceListReq
 type XunjiServiceListReq struct {
 	PageInfo
-	XunjiID *uint64 `json:"xunjiID,optional"`
+	XunjiID *uint64 `json:"configId,optional"`
 }
 
 // XunjiService information response | XunjiService信息返回体