We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
20240210
Linux
Docker/Linux 64位
现在错误的结果: 变量在循环中,第一次请求后赋值可以覆盖掉变量 - authorization_inf里面的内容,但是循环到第二次或者大于1次的时候,提取变量赋值的时候,就再也无法对该变量 - authorization_inf 进行赋值替换内容,直到循环结束后,即for循环外。
No response
无报错
期待结果: 变量在循环中,每次都可以在调用第一个请求后,覆盖变量名 - authorization_inf里面对应的值,以便于第二个请求的时候,传入正确的内容。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Verify steps
QD Version
20240210
Bug on OS
Linux
Bug on Platform
Docker/Linux 64位
To Reproduce
{% for shop_id in list(org_codes) %}
Describe the Bug
现在错误的结果:
变量在循环中,第一次请求后赋值可以覆盖掉变量 - authorization_inf里面的内容,但是循环到第二次或者大于1次的时候,提取变量赋值的时候,就再也无法对该变量 - authorization_inf 进行赋值替换内容,直到循环结束后,即for循环外。
QD config
No response
QD log
Expected behavior
期待结果:
变量在循环中,每次都可以在调用第一个请求后,覆盖变量名 - authorization_inf里面对应的值,以便于第二个请求的时候,传入正确的内容。
Screenshots
No response
The text was updated successfully, but these errors were encountered: