You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
def interceptor(request):
if request.url == 'https://www.baidu.com':
request.create_response(
status_code=200,
headers={'Content-Type': 'application/json'}, # Optional headers dictionary
body={'ceshi': '1111'}
)
这样写会直接报错,please help me ,thinks
The text was updated successfully, but these errors were encountered: