f
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"hyapi-server/internal/infrastructure/external/nuoer"
|
||||
)
|
||||
|
||||
// ProcessIVYZVJJ6Request IVYZVJJ6 API处理方法 -收入等级
|
||||
// ProcessIVYZVJJ6Request IVYZVJJ6 API处理方法 -收入等级tax_income_level_v8
|
||||
func ProcessIVYZVJJ6Request(ctx context.Context, params []byte, deps *processors.ProcessorDependencies) ([]byte, error) {
|
||||
var paramsDto dto.IVYZVJJ6Req
|
||||
if err := json.Unmarshal(params, ¶msDto); err != nil {
|
||||
@@ -27,7 +27,7 @@ func ProcessIVYZVJJ6Request(ctx context.Context, params []byte, deps *processors
|
||||
"mobile": paramsDto.MobileNo,
|
||||
}
|
||||
|
||||
nuoerDoCheckAPIKey := "tax_income_level_v2"
|
||||
nuoerDoCheckAPIKey := "tax_income_level_v8"
|
||||
ApiPath := "/v1/doCheck"
|
||||
|
||||
resp, err := deps.NuoerService.CallAPI(ctx, nuoerDoCheckAPIKey, ApiPath, body)
|
||||
|
||||
Reference in New Issue
Block a user