This commit is contained in:
邹宗楠
2022-10-22 22:45:36 +08:00
parent c862340c56
commit 2ed93fe209
66 changed files with 10 additions and 156 deletions

View File

@@ -137,7 +137,6 @@ func (a *API) GetShopStatusCallbackMsg(request *http.Request) (shopStatusMsg *Ca
}
err := utils.Map2StructByJson(utils.URLValues2Map(request.PostForm), &shopStatusMsg, true)
if err != nil {
baseapi.SugarLogger.Debugf("GetShopStatusCallbackMsg failed with err:%v", err)
callbackResponse = Err2CallbackResponse(err, "")
}
return shopStatusMsg, callbackResponse