feat: 植物识别
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package config
|
||||
|
||||
type BaiduImgClassify struct {
|
||||
ApiKey string `mapstructure:"api-key" json:"api-key" yaml:"api-key"`
|
||||
SecretKey string `mapstructure:"secret-key" json:"secret-key" yaml:"secret-key"`
|
||||
}
|
||||
Reference in New Issue
Block a user