1
This commit is contained in:
@@ -261,7 +261,7 @@ func (a *API) PoiSettleSave(poiSettleSaveParam *PoiSettleSaveParam) (vendorStore
|
|||||||
"type": poiSettleSaveParam.Type,
|
"type": poiSettleSaveParam.Type,
|
||||||
"apply_info": string(data),
|
"apply_info": string(data),
|
||||||
})
|
})
|
||||||
globals.SugarLogger.Debugf("========data := %s", utils.Format4Output(data, false))
|
globals.SugarLogger.Debugf("========data := %s", string(data))
|
||||||
globals.SugarLogger.Debugf("========result := %s", utils.Format4Output(result, false))
|
globals.SugarLogger.Debugf("========result := %s", utils.Format4Output(result, false))
|
||||||
globals.SugarLogger.Debugf("========err := %v", err)
|
globals.SugarLogger.Debugf("========err := %v", err)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user