Skip to content

crawlApp.crawlData爬取接口数据的时候,如何给接口传递请求头参数呢? #1162

crawlApp.crawlData爬取接口数据的时候,如何给接口传递请求头参数呢?

crawlApp.crawlData爬取接口数据的时候,如何给接口传递请求头参数呢? #1162

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to submit an issue for x-crawl for the first time"
pr-message: "Welcome to submit PR for x-crawl for the first time"