Is there an existing issue for this?
Current Behavior
There is an error in obtaining the parameter position mapping method, which may result in null pointer exceptions. When obtaining the parameter position mapping, the value in requestTemplate should not be used.
Expected Behavior
In the method of obtaining parameter position mapping, argsPosition should be obtained from configJson.
Steps To Reproduce
- Get the value of configJson.
- Determine whether the key argsPosition exists and obtain the value of argsPosition from argsPosition
Environment
ShenYu version(s):2.7.0.3-SNAPSHOT
Debug logs
No response
Anything else?
No response