Commit e873c63a by mushishixian

Merge branch 'ysx-商品服务-20201013'

parents fc1a765a 4beafa7e
Showing with 1 additions and 1 deletions
...@@ -134,7 +134,7 @@ func (ls *LyService) GetActivityPrice(sku model.LySku, suffix string, power Powe ...@@ -134,7 +134,7 @@ func (ls *LyService) GetActivityPrice(sku model.LySku, suffix string, power Powe
if suffix == "_Member" && gjson.Get(activityInfo, "is_part").Int() == 1 && if suffix == "_Member" && gjson.Get(activityInfo, "is_part").Int() == 1 &&
visibleRoster != "" { visibleRoster != "" {
//为了用字符串匹配 //为了用字符串匹配
visibleRoster = visibleRoster + "," visibleRoster = "," + visibleRoster + ","
//提取出user_id、手机号、邮箱 //提取出user_id、手机号、邮箱
userInfo := make(map[string]string) userInfo := make(map[string]string)
userInfo["user_id"] = power.UserId userInfo["user_id"] = power.UserId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment