|
@@ -5,6 +5,7 @@ import (
|
|
|
"app.yhyue.com/moapp/jybase/common"
|
|
|
"app.yhyue.com/moapp/jybase/encrypt"
|
|
|
"encoding/json"
|
|
|
+ "jy/src/jfw/modules/publicapply/src/detail/config"
|
|
|
"jy/src/jfw/modules/publicapply/src/detail/dao"
|
|
|
"jy/src/jfw/modules/publicapply/src/detail/entity"
|
|
|
"jy/src/jfw/modules/publicapply/src/detail/util"
|
|
@@ -172,10 +173,10 @@ func (d *Detail) MinBaseInfo() {
|
|
|
}
|
|
|
rs := struct {
|
|
|
*entity.BidInfo
|
|
|
- bid string
|
|
|
+ WxUrl string `json:"wxUrl"`
|
|
|
}{
|
|
|
data,
|
|
|
- encrypt.SE.EncodeString(bid),
|
|
|
+ config.Config.Active.Url,
|
|
|
}
|
|
|
return util.DataFormat(rs)
|
|
|
}()
|