Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
90a043cf
authored
Oct 10, 2025
by
Calcium-Ion
Committed by
GitHub
Oct 10, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1996 from seefs001/fix/remark-ignore
fix: channel remark ignore issue
parents
40f1acbb
a2d9634e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
model/channel.go
+1
-1
No files found.
model/channel.go
View file @
90a043cf
...
...
@@ -46,7 +46,7 @@ type Channel struct {
Setting
*
string
`json:"setting" gorm:"type:text"`
// 渠道额外设置
ParamOverride
*
string
`json:"param_override" gorm:"type:text"`
HeaderOverride
*
string
`json:"header_override" gorm:"type:text"`
Remark
string
`json:"remark,omitempty
" gorm:"type:varchar(255)" validate:"max=255"`
Remark
*
string
`json:"remark
" gorm:"type:varchar(255)" validate:"max=255"`
// add after v0.8.5
ChannelInfo
ChannelInfo
`json:"channel_info" gorm:"type:json"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment