소스 검색

微网站

See999 5 년 전
부모
커밋
b89f2b18a3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      controllers/micro/micro_controller.go

+ 0 - 1
controllers/micro/micro_controller.go 파일 보기

@@ -41,7 +41,6 @@ func (this *Micro) ServeSuccessJSON(data map[string]interface{}) {
41 41
 
42 42
 
43 43
 func (this *Micro) GetDataByOrgId(){
44
-	fmt.Println("我和我的祖国")
45 44
 	orgid, _ := this.GetInt64("orgid")
46 45
 	fmt.Println("小明id",orgid)
47 46
 	model, err := micro_service.GetData(orgid)