|
|
@@ -39,10 +39,10 @@ return [
|
|
|
'showScriptName' => false,
|
|
|
'rules' => [
|
|
|
|
|
|
- //花店和供货商 授权事件接收URL style 1 花店 2 供货商
|
|
|
+ //花店和供货商 授权事件接收URL style 1 花店 2 供货商 3商城
|
|
|
'wx-open-api/<style:\w+>' => 'wx-open/api',
|
|
|
|
|
|
- //公众号消息与事件接收地址 style 1 花店 2 供货商
|
|
|
+ //公众号消息与事件接收地址 style 1 花店 2 供货商 3商城
|
|
|
'wx/<style:\w+>/<appId:\w+>' => 'wx/api',
|
|
|
|
|
|
//公众号授权回调通知地址
|