1
This commit is contained in:
@@ -3,7 +3,6 @@ package tonglianpayapi
|
||||
import (
|
||||
"crypto/md5"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"net/http"
|
||||
"sort"
|
||||
"strings"
|
||||
@@ -193,8 +192,6 @@ func (a *API) CreateUnitorderOrder(param *CreateUnitorderOrderParam) (result *Cr
|
||||
params["paytype"] = param.PayType
|
||||
params["sub_appid"] = param.SubAppID
|
||||
retVal, err := a.AccessAPI(sepcAction, params)
|
||||
globals.SugarLogger.Debugf("===========err := %s", utils.Format4Output(retVal, false))
|
||||
globals.SugarLogger.Debugf("===========err := %s", utils.Format4Output(err, false))
|
||||
if err == nil {
|
||||
utils.Map2StructByJson(retVal, &result, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user