Browse Source

新增参数

WH01243 2 năm trước cách đây
mục cha
commit
af2ba8a0a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      middleground/publicservice.go

+ 1 - 1
middleground/publicservice.go

@@ -96,7 +96,7 @@ func (p *publicService) Detail(id string) map[string]interface{} {
 	result["clearStatusStr"] = common.If(resp.ClearStatus == "0", "", "人工清洗")
 	result["clearStatus"] = resp.ClearStatus
 	result["dataExample"] = resp.DataExample
-	result["Introduce"] = resp.Introduce
+	result["introduce"] = resp.Introduce
 	result["format"] = resp.Format
 	return result
 }