diff --git a/business/jxstore/financial/financial.go b/business/jxstore/financial/financial.go index 7e55692a0..6dbadcccd 100644 --- a/business/jxstore/financial/financial.go +++ b/business/jxstore/financial/financial.go @@ -82,6 +82,8 @@ func (p *PayHandler) CreatePay(txDB orm.TxOrmer, subAppID string) (err error) { globals.SugarLogger.Debug("===================param", param.SubAppID) result, err := api.TLpayAPI.CreateUnitorderOrder(param) + globals.SugarLogger.Debug("err====================", err) + globals.SugarLogger.Debug("result====================", err) if err == nil { var result2 tonglianpayapi.PayInfo json.Unmarshal([]byte(result.PayInfo), &result2)