- vendor 中增加了微信小店接口: /vendor/overtrue/wechat/src/OfficialAccount/Merchant
- 企业微信创建商户
- 使用接口创建部门
http://www.fljy.shop/admin/regist?name=测试部门
- 企业微信中邀请用户加入部门
- 在部门中创建商品
http://www.fljy.shop/admin/createProduct?amount=2&group_id=530528963
- apache 配置站点文件在 /etc/httpd/conf 中,修改配置后需要重启服务:
service httpd restart
-
shared目录中的.env文件权限必须644,不然不能读取。 -
shared中storage目录需授权apache,不然无法缓存:
chmod 0775 storage
chown -R apache:apache storage