wx zhengshu

This commit is contained in:
苏尹岚
2020-11-17 10:28:09 +08:00
parent b62b23562e
commit 01c475ea95
2 changed files with 3 additions and 1 deletions

View File

@@ -115,5 +115,6 @@ func Cash(ctx *jxcontext.Context, orderID string, payType int, vendorPayType str
return errCode, fmt.Errorf("抱歉,一天只能提现一次!")
}
err = payHandler.CreateRefund()
fmt.Println("eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeerr", err)
return errCode, err
}