miniApp = app(MiniApp::class); } public function test() { $response = $this->miniApp->getClient()->postJson('/wxa/getwxacodeunlimit', [ 'scene' => 'invite_code=' . 1234, 'check_path' => false, 'env_version' => 'develop' ]); } }