WH01243 1 жил өмнө
parent
commit
8a0b6d4cad
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      public/dataexport.go

+ 1 - 1
public/dataexport.go

@@ -118,7 +118,7 @@ type BidSearchExport struct {
 	SearchMode      int    // 搜索模式:0:精准搜索;1:模糊搜索
 	WordsMode       int    // 搜索关键词模式;默认0:包含所有,1:包含任意
 	AdditionalWords string // 关键词:附加关键词(副:五组,每组最多15个字符)
-	Area            string //地区
+	District        string //地区
 }
 
 func (this *BidSearchExport) PassBidSearchExport(Sysconfig map[string]interface{}) (returnData map[string]interface{}) {