|
|
|
@ -110,7 +110,7 @@ func AddAccessSystemInfo(c *gin.Context) {
|
|
|
|
|
}
|
|
|
|
|
c.JSON(http.StatusOK, Model.Res{
|
|
|
|
|
Success: true,
|
|
|
|
|
Id: id,
|
|
|
|
|
AppId: id,
|
|
|
|
|
Message: "操作成功!",
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
@ -280,7 +280,7 @@ func GetAccessSystemRangeInfo(c *gin.Context) {
|
|
|
|
|
// @Param appId formData string true "系统ID"
|
|
|
|
|
// @Param rangeCode formData string true "使用范围的行政区划码、单位ID,多个用逗号分隔"
|
|
|
|
|
// @Success 200 {object} Model.Res
|
|
|
|
|
// @Router /support/accessSystem/SettingAccessSystemRange [post]
|
|
|
|
|
// @Router /support/accessSystem/SettingAccessSystemRangeInfo [post]
|
|
|
|
|
// @X-EmptyLimit ["orgId","rangeCode"]
|
|
|
|
|
// @X-LengthLimit [{"orgId":"36,36"},{"rangeCode":"1,3700"}]
|
|
|
|
|
// @X-TableName ["t_app_base"]
|
|
|
|
|