|
@@ -39,7 +39,7 @@ func (this *ServiceStruct) IsSub() {
|
|
|
"area": area,
|
|
|
"city": city,
|
|
|
"district": district,
|
|
|
- "positionType": gconv.Int64(this.GetSession("userId")),
|
|
|
+ "positionType": gconv.Int64(this.GetSession("positionType")),
|
|
|
"productType": productType,
|
|
|
}
|
|
|
return Result{Data: returnData}
|