kobe6258 1 month ago
parent
commit
d031e69b3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/web_hook/htfutures_account_controller.go

+ 1 - 0
controllers/web_hook/htfutures_account_controller.go

@@ -226,6 +226,7 @@ func (h *HTFuturesAccountController) SyncCustomerAccountInfo() {
 			h.FailedResult(fmt.Sprintf("风险等级不合法,应答结果:%s", riskInfo.CorpRiskLevel), result)
 			return
 		}
+		fmt.Println(riskInfo.CorpRiskLevel)
 		err = userService.UpdateRiskLevelInfo(userService.RiskLevelInfoDTO{
 			Name:             custInfo.ClientName,
 			PhoneNumber:      custInfo.MobileTel,