|
|
@@ -29,7 +29,7 @@ func (self *CustomerServiceController) GetRabbitKfImgByUnionid() {
|
|
|
qrCodeImgUrl := ""
|
|
|
_ads := ad_model.GetAdsByCode(adCode, true)
|
|
|
if _ads != nil {
|
|
|
- qrCodeImgUrl = ad_model.GetFullImgUrl(_ads[0].Img)
|
|
|
+ qrCodeImgUrl = _ads[0].Img
|
|
|
} else {
|
|
|
qrCodeImgUrl = "https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/kf/kfewm.jpg"
|
|
|
}
|