Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
58f7ed2745 |
@ -103,6 +103,8 @@ func (this *recharge) markOk(idx int64, deliveryAccountId string) error {
|
||||
|
||||
func (this *recharge) returnContribution(netId int32, shortOrderId int64,
|
||||
userIdentity string, returnContribution float64, payTime int32) error {
|
||||
return nil
|
||||
/*
|
||||
var resultErr error
|
||||
nowTime := f5.GetApp().GetRealSeconds()
|
||||
f5.GetGoStyleDb().Upsert(
|
||||
@ -126,4 +128,5 @@ func (this *recharge) returnContribution(netId int32, shortOrderId int64,
|
||||
resultErr = err
|
||||
})
|
||||
return resultErr
|
||||
*/
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user