thinkphp5.1 model passes multiple parameters, modify routing parameters, how to modify, please answer
Route::rule(':version/adminlogin/:name:pwd', 'backendapi/:version. Login/login')
Too few arguments to function ............ exactly 2 expected
Can't receive it, this aspect is a bit Ignorant
It has been processed. The reason for the error is not that there are fewer parameters in the path, but the parameters being passed. I passed an unprocessed json, and it becomes a parameter by default. The received values can be passed separately