|
@@ -295,7 +295,7 @@ func (a *PayCallBackAction) AliPayCallback() {
|
|
|
return false
|
|
|
}
|
|
|
} else if strings.HasPrefix(outTradeno, pay.ALI_BIDREPORT_NATIVE) || strings.HasPrefix(outTradeno, pay.ALI_BIDREPORT_APP) { //pdf下载包回调
|
|
|
- if !bidCreditReport.BidCreditReportPay.PayCallBack(thisParam) {
|
|
|
+ if !entity.BidCreditReportPay.PayCallBack(thisParam) {
|
|
|
log.Printf("支付宝投标企业信用报告回调更新执行出错 %+v\n", thisParam)
|
|
|
return false
|
|
|
}
|
|
@@ -445,7 +445,7 @@ func (p *PayCallBackAction) WxPayCallback() {
|
|
|
log.Printf("微信下载包支付回调更新执行出错 %+v\n", thisParam)
|
|
|
}
|
|
|
} else if strings.HasPrefix(outTradeno, pay.WX_BIDREPORT_JSAPI) || strings.HasPrefix(outTradeno, pay.WX_BIDREPORT_APP) || strings.HasPrefix(outTradeno, pay.WX_BIDREPORT_NATIVE) {
|
|
|
- if update = bidCreditReport.BidCreditReportPay.PayCallBack(thisParam); !update {
|
|
|
+ if update = entity.BidCreditReportPay.PayCallBack(thisParam); !update {
|
|
|
log.Printf("微信投标企业信用报告回调更新执行出错 %+v\n", thisParam)
|
|
|
}
|
|
|
} else if strings.HasPrefix(outTradeno, pay.WX_RETURN_NATIVE) {
|