wangpengfei
2023-08-09 30ecf91d875042d461457cdade7b55113a8ec4ab
main.go
@@ -1,6 +1,7 @@
package main
import (
   v1 "aps_crm/api/v1"
   "aps_crm/conf"
   "aps_crm/initialize"
   "aps_crm/model"
@@ -43,6 +44,9 @@
      ReadTimeout:  5 * time.Second,
      WriteTimeout: 5 * time.Second,
   }
   go v1.InitProductServiceConn()
   logx.Error(server.ListenAndServe().Error())
}