fadd
This commit is contained in:
@@ -31,8 +31,6 @@ func ProcessQYGL101ARequest(ctx context.Context, params []byte, deps *processors
|
||||
return nil, errors.Join(processors.ErrSystem, errors.New("北京正信服务未初始化"))
|
||||
}
|
||||
|
||||
// apiPath 入参;CallAPI 内拼接为 /openapi/v1/a01/person-company-relations
|
||||
// 上游 idCard 要求 32 位 MD5(兼容 64 位 SHA-256),平台侧收明文后在此做摘要
|
||||
result, err := deps.YuyuechaService.CallAPI(ctx, "a01/person-company-relations", map[string]interface{}{
|
||||
"name": paramsDto.Name,
|
||||
"idCard": yuyuecha.HashIDCard(paramsDto.IDCard),
|
||||
Reference in New Issue
Block a user