Browse Source

创建商品订单

kobe6258 4 months ago
parent
commit
5996d15a76
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/web_hook/htfutures_account_controller.go

+ 0 - 1
controllers/web_hook/htfutures_account_controller.go

@@ -151,7 +151,6 @@ func (h *HTFuturesAccountController) SyncCustomerRiskLevel() {
 			err = exception.New(exception.SyncRiskError)
 			return
 		}
-		logger.InfoWithTraceId(h.Ctx, err.Error())
 		result = h.InitWrapData("同步风险等级成功")
 		h.SuccessResult("success", syncCustomerRiskLevelReq, result)
 		return