|
@@ -384,8 +384,8 @@ func (b *bidCreditReport) Create(id int64) error {
|
|
|
"value_type": "csv",
|
|
|
"status_code": "SUCCESS",
|
|
|
"biz_type": "BIDDING_RECORD_HIS",
|
|
|
- //"biz_value": config.Config.WebDomain + performance,
|
|
|
- "biz_value": "http://101.200.125.254" + performance,
|
|
|
+ "biz_value": config.Config.WebDomain + performance,
|
|
|
+ //"biz_value": "http://101.200.125.254" + performance,
|
|
|
})
|
|
|
} else {
|
|
|
log.Println(userId, id, "没有查询到业绩证明")
|