Browse Source

Merge branch 'develop' of ssh://8.134.10.79:222/Leadfyy.co/hainan into develop

develop
shuixiang 4 years ago
parent
commit
eeea25eeab
  1. 2
      app/Admin/Forms/Setting.php

2
app/Admin/Forms/Setting.php

@ -37,6 +37,8 @@ class Setting extends Form
$this->text('service_appid', '小程序第三方平台APPID'); $this->text('service_appid', '小程序第三方平台APPID');
$this->text('service_appsecret', '小程序第三方平台APP_SECRET'); $this->text('service_appsecret', '小程序第三方平台APP_SECRET');
$this->text('service_binding_appid', '绑定小程序APPID'); $this->text('service_binding_appid', '绑定小程序APPID');
$this->text('service_token', '消息校验Token')->help('跟小程序管理后台的一致,请勿随意更改');
$this->text('service_aeskey', '消息加解密Key')->help('跟小程序管理后台的一致,请勿随意更改');
}); });
} }

Loading…
Cancel
Save