|
@@ -109,7 +109,7 @@ func freeSet(area, district map[string]interface{}, industry []string, userId st
|
|
|
}
|
|
|
|
|
|
// 免费用户地区调整
|
|
|
-func FreeSubChange(userId string, area, district *map[string]interface{}, industry []string, ppb bool, sessionMap map[string]interface{}) bool {
|
|
|
+func FreeSubChange(userId string, area, district *map[string]interface{}, industry []string, ppb, isfirst bool, sessionMap map[string]interface{}) bool {
|
|
|
setMap := map[string]interface{}{
|
|
|
"o_jy.o_area": area, //设置地区
|
|
|
"o_jy.o_district": district, //设置地区
|