瀏覽代碼

微网站

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)