瀏覽代碼

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

csx 3 年之前
父節點
當前提交
81109f8fca
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      controllers/zh/zh_his_api_controller.go

+ 4 - 0
controllers/zh/zh_his_api_controller.go 查看文件

@@ -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
+}