Преглед изворни кода

fix:返回采购单位名称字段

wangkaiyue пре 2 година
родитељ
комит
458ece3b70

+ 1 - 0
src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

@@ -484,6 +484,7 @@ func (this *SubVipPortrait) BuyerPortrait() {
 		if power == 3 {
 			rData["onTrial"] = true
 		}
+		rData["name"] = buyerName
 		return rData, nil
 	}()
 	if errMsg != nil {