Ver código fonte

创建商品订单

kobe6258 5 meses atrás
pai
commit
5996d15a76

+ 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