@@ -206,7 +206,6 @@ func (s *SyncDataService) SyncAgentReward() (int, interface{}, error) {
}
codeInt, _ := resp.Code.Int64()
// 3. 业务状态码校验
-
if codeInt != 200 {
return 201, resp.Msg, fmt.Errorf("业务返回错误码: %d", codeInt)