f
This commit is contained in:
@@ -82,12 +82,12 @@ func (s *EnterpriseInfoSubmitRecordService) ValidateWithWestdex(ctx context.Cont
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 开发环境下跳过外部验证
|
// 开发环境下跳过外部验证
|
||||||
if s.appConfig.IsDevelopment() {
|
// if s.appConfig.IsDevelopment() {
|
||||||
s.logger.Info("开发环境:跳过企业信息外部验证",
|
// s.logger.Info("开发环境:跳过企业信息外部验证",
|
||||||
zap.String("company_name", info.CompanyName),
|
// zap.String("company_name", info.CompanyName),
|
||||||
zap.String("legal_person", info.LegalPersonName))
|
// zap.String("legal_person", info.LegalPersonName))
|
||||||
return nil
|
// return nil
|
||||||
}
|
// }
|
||||||
|
|
||||||
// 构建QYGL5CMP请求参数
|
// 构建QYGL5CMP请求参数
|
||||||
reqDto := dto.QYGL5CMPReq{
|
reqDto := dto.QYGL5CMPReq{
|
||||||
|
|||||||
Reference in New Issue
Block a user