This commit is contained in:
Mrx
2026-02-10 11:47:24 +08:00
parent 4ea7cf4ecb
commit d55520e69c

View File

@@ -30,7 +30,7 @@ func ProcessJRZQ1P5GRequest(ctx context.Context, params []byte, deps *processors
} }
// 调用行为数据API使用指定的project_id // 调用行为数据API使用指定的project_id
projectID := "CDJ-1101695364016041984" projectID := "CDJ-1068350101704863744"
respBytes, err := deps.XingweiService.CallAPI(ctx, projectID, reqData) respBytes, err := deps.XingweiService.CallAPI(ctx, projectID, reqData)
if err != nil { if err != nil {
if errors.Is(err, xingwei.ErrNotFound) { if errors.Is(err, xingwei.ErrNotFound) {