# 4、系统配置
系统安装好后,很多东西无法使用,我们需要对系统进行配置。
### 1、系统设置
![](https://img.kancloud.cn/46/a2/46a2f4a8e1ad3feaed330930f59705be_1544x1515.png)
### 2、支付配置
微信支付,在微信商户平台找到对应的参数填入即可,并打开启用
![](https://img.kancloud.cn/08/bb/08bb6bcb7eacca4063a4b2d2990ec422_1920x1174.png)
支付宝支付,h5模式下会显示支付宝支付,如果你想使用,填入相对应的参数即可
![](https://img.kancloud.cn/1e/ef/1eefb5281c9029d2f6dbc4ea9f714eaf_1119x961.png)
余额支付,用户商品够买的时候快速支付,只需要打开即可
![](https://img.kancloud.cn/3f/2d/3f2df61f22fc145529a5349c9360b27e_749x331.png)
### 3、小程序配置
![](https://img.kancloud.cn/c1/5d/c15d5284145f2e568a107d804e9714b5_1534x989.png)
### 4、物流查询配置
物流查询配置用于发货的物流查询,方便用户查看商品动向。我们用的是阿里云市场的一家接口,<https://market.aliyun.com/products/57126001/cmapi021863.html#sku=yuncode1586300000> 你只需要去购买即可使用
![](https://img.kancloud.cn/ae/a4/aea474f600be629194be22d9bd083444_1769x885.png)
### 5、短信配置
系统采用的短信是阿里云短信,购买后找到对应的信息
![](https://img.kancloud.cn/9e/fc/9efcae74a9d6ae142ee9a1117d2897b7_3838x589.png)
填入系统中
![](https://img.kancloud.cn/cf/4d/cf4d086e4e121f7407a4df0755c8f814_1609x1031.png)
签名和模板的选择
![](https://img.kancloud.cn/9a/dd/9add672db1c6db33022d39fc456ee553_1708x1084.png)
申请的对应的模板,可以配到系统中,当然你也可以只用只一个模板,根据实际需要
![](https://img.kancloud.cn/e1/3d/e13d87deb1bc795469c366da413fdcf5_1571x910.png)
> 目前仅支持,申请的模板中填写一个变量,且必须为 ${code} ,否则就会失败。![](https://img.kancloud.cn/c0/dd/c0dd75e42f505362e8acf5b6549f6d06_1153x348.png)
### 6、物流公司
此处的物流公司管理,不能乱写,要根据 <https://market.aliyun.com/products/57126001/cmapi021863.html#sku=yuncode1586300000> 下面记录的
![](https://img.kancloud.cn/d7/10/d710417b9c3d3e56f0abf63101afaf0c_1175x1285.png)
填写到系统中
![](https://img.kancloud.cn/e6/90/e6908460fca57f9dab0c27a2dc4a957d_3825x1688.png)
### 7、存储配置
默认开启的是本地存储,但是我们推荐您使用第三方的存储,开通对应的存储,填写对应的信息到系统中即可。
![](https://img.kancloud.cn/16/6c/166c24dd36da452cd17abd7b1569469d_1515x1002.png)
### 8、定时任务的开启【重要】
打开已经安装的 `Supervisor`
![](https://img.kancloud.cn/8d/b1/8db13657d700f672e9223c96a8ca5ffc_1766x952.png)
输入命令
```
<pre class="calibre27">```
php think crontab start
```
```
这个启动主要用户系统内定时任务的执行,打开系统的定时任务,可见定时任务即可
![](https://img.kancloud.cn/58/2f/582f1d87342526e4dccf53c5c41647fc_3818x1024.png)