enterprise/common/config/const.go

13 lines
273 B
Go
Raw Permalink Normal View History

2023-08-13 21:24:54 +08:00
package config
var (
2024-01-22 23:48:10 +08:00
QyWeixinAgentToken = "zRND6laPhTEk1qxHQVD"
QyWeixinAgentAesKey = "9SjLsmzQJub4KtrWPy4bnhdPKWMcn3Bl1tFZqlrHt8E"
2023-08-13 21:24:54 +08:00
)
var (
2024-11-04 23:00:55 +08:00
ContextParam = "context_params"
SalarySocialInsurence float64 = 462.7
SalaryHouseFund float64 = 105
2023-08-13 21:24:54 +08:00
)