|
@@ -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)
|