Procházet zdrojové kódy

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

csx před 2 roky
rodič
revize
81109f8fca
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      controllers/zh/zh_his_api_controller.go

+ 4 - 0
controllers/zh/zh_his_api_controller.go Zobrazit soubor

@@ -2728,3 +2728,7 @@ func Remove0000(s string) string {
2728 2728
 	}
2729 2729
 	return string(str)
2730 2730
 }
2731
+
2732
+func IntPtr(n int) uintptr {
2733
+	return uintptr(n)
2734
+}