소스 검색

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