feat: update go module, add recharge wechat
Some checks failed
build quyun / Build (push) Failing after 12m45s
Some checks failed
build quyun / Build (push) Failing after 12m45s
This commit is contained in:
@@ -21,12 +21,13 @@ func DefaultProvider() container.ProviderContainer {
|
||||
type AppMode string
|
||||
|
||||
type Config struct {
|
||||
Mode AppMode
|
||||
Cert *Cert
|
||||
BaseURI *string
|
||||
StoragePath string
|
||||
DistAdmin string
|
||||
DistWeChat string
|
||||
Mode AppMode
|
||||
Cert *Cert
|
||||
BaseURI *string
|
||||
StoragePath string
|
||||
DistAdmin string
|
||||
DistWeChat string
|
||||
RechargeWechat string
|
||||
}
|
||||
|
||||
func (c *Config) IsDevMode() bool {
|
||||
|
||||
Reference in New Issue
Block a user