Explorar el Código

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx hace 3 años
padre
commit
4ab05128c0
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      main.go

+ 0 - 2
main.go Ver fichero

@@ -21,11 +21,9 @@ func init() {
21 21
 	CreateLog(miConfig)
22 22
 	UploadLog(miConfig)
23 23
 }
24
-
25 24
 func main() {
26 25
 	beego.Run()
27 26
 }
28
-
29 27
 func CreateLog(miConfig models.MedicalInsuranceOrgConfig) {
30 28
 	Mkdir(miConfig.OrgName + "日志")
31 29
 	//org_id,_ := beego.AppConfig.Int("org_id")