소스 검색

feat:修改

duxin 2 년 전
부모
커밋
2472c2b832
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      jyBXSubscribe/api/bxsubscribe.api
  2. 1 1
      jyBXSubscribe/api/internal/types/types.go

+ 1 - 1
jyBXSubscribe/api/bxsubscribe.api

@@ -90,7 +90,7 @@ type (
 		AppId     string `header:"appId"`
 		EntId     string `header:"entId,optional"`
 		EntUserId string `header:"entUserId,optional"`
-		Region    string `path:"region,optional"`
+		Region    string `json:"region,optional"`
 		SelectIds string `json:"selectIds,optional"`
 	}
 	viewStatusReq {

+ 1 - 1
jyBXSubscribe/api/internal/types/types.go

@@ -85,7 +85,7 @@ type DistributorReq struct {
 	AppId     string `header:"appId"`
 	EntId     string `header:"entId,optional"`
 	EntUserId string `header:"entUserId,optional"`
-	Region    string `path:"region,optional"`
+	Region    string `json:"region,optional"`
 	SelectIds string `json:"selectIds,optional"`
 }