Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanwenbo/youzheng-server

邮政服务器端接口DEMO
https://github.com/hanwenbo/youzheng-server

Last synced: 6 days ago
JSON representation

邮政服务器端接口DEMO

Awesome Lists containing this project

README

        

#### 创建数据库
选择字符集utf8mb4_general_ci,为了解决微信昵称出现表情显示的问题

#### 安装composer库
```bash
composer install
```

### 启动

```bash
php fashop start
```