|
|
@@ -46,8 +46,9 @@ func takeCash() {
|
|
|
continue
|
|
|
}
|
|
|
var check_state string
|
|
|
+ check_state = wx_mp.PAY_NO_CHECK
|
|
|
|
|
|
- if item.RealState == balance_model.REAL_STATE {
|
|
|
+ /*if item.RealState == balance_model.REAL_STATE {
|
|
|
if user.RealName == "" {
|
|
|
beego.BeeLogger.Error("Take cash User[%d] has no real name", wxUser.UserId)
|
|
|
continue
|
|
|
@@ -55,7 +56,7 @@ func takeCash() {
|
|
|
check_state = wx_mp.PAY_FORCE_CHECK
|
|
|
} else {
|
|
|
check_state = wx_mp.PAY_NO_CHECK
|
|
|
- }
|
|
|
+ }*/
|
|
|
ret := wx_mp.Transfers(wxUser.Openid, item.Count, item.OrderId, check_state, user.RealName, "提现")
|
|
|
if ret["result_code"] == wx_mp.PAY_SUCCESS {
|
|
|
item.State = 1
|