Non-static method think\Request::param() should not be called statically, assuming $this from incompatible context
How to solve this
Check whether your ThinkPHP version is 5.1. If it is 5.0, static proxy is not supported
Send me the code