After the "EasyWechat" configuration is completed, the request jssdk prompts that appid is illegal?

first of all, I have made sure that overtrue/laravel-wechat is installed correctly and returned correctly after testing, as shown in figure

clipboard.png
:

:


:

clipboard.png

I have made sure that appid is correct.
environment: local testing, non-online testing, I am about to deploy and start online testing. Is it true that this kind of test can no longer be tested locally?

Php
Mar.09,2021

is the configuration file right?
return [

]
'official_account' => [
    'default' => [
    
    ]
]

]


everything is right. I didn't find out why until Monday night because I turned on debugbar..

Menu