From 573d270a7caac899de6770dc48b8c316c8b8c29e Mon Sep 17 00:00:00 2001 From: liapples Date: Fri, 10 Sep 2021 15:54:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/Forms/Setting.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Admin/Forms/Setting.php b/app/Admin/Forms/Setting.php index 235c30a..0207b21 100644 --- a/app/Admin/Forms/Setting.php +++ b/app/Admin/Forms/Setting.php @@ -37,6 +37,8 @@ class Setting extends Form $this->text('service_appid', '小程序第三方平台APPID'); $this->text('service_appsecret', '小程序第三方平台APP_SECRET'); $this->text('service_binding_appid', '绑定小程序APPID'); + $this->text('service_token', '消息校验Token')->help('跟小程序管理后台的一致,请勿随意更改'); + $this->text('service_aeskey', '消息加解密Key')->help('跟小程序管理后台的一致,请勿随意更改'); }); }