- purchase platform handler interceptor.

This commit is contained in:
gazebo
2018-10-12 11:41:16 +08:00
parent c6843d4150
commit 297f0a125f
2 changed files with 79 additions and 19 deletions

View File

@@ -20,8 +20,7 @@ const (
)
var (
CurVendorSync VendorSync
serviceInfo map[string]interface{}
serviceInfo map[string]interface{}
)
func InitServiceInfo(version, buildDate, gitCommit string) {