Skip to content

Commit

Permalink
change pandora_auto_convert_date default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderflow committed Jul 23, 2018
1 parent 32b15b0 commit 8fccd78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sender/rest_senders_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,8 @@ var ModeKeyOptions = map[string][]Option{
KeyName: KeyPandoraAutoConvertDate,
Element: Radio,
ChooseOnly: true,
ChooseOptions: []interface{}{"true", "false"},
Default: "true",
ChooseOptions: []interface{}{"false", "true"},
Default: "false",
DefaultNoUse: false,
Description: "自动转换时间类型(pandora_auto_convert_date)",
Advance: true,
Expand Down

0 comments on commit 8fccd78

Please sign in to comment.