Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
狂奔的螞蟻 committed Nov 27, 2019
1 parent dfa08d4 commit 74fcb32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## 微信小程序开发组件 for hyperf

## 安装组件:
### 安装组件:
>composer require firstphp/firstphp-wxapp
## 发布配置:
### 发布配置:
>php bin/hyperf.php vendor:publish firstphp/firstphp-wxapp
## 编辑.env配置:
### 编辑.env配置:
```php
WXAPP_APPID=wxda93db123lafdu83d
WXAPP_APPSECRET=87afeef9df90b74g4a8l9ca8d67b5742
WXAPP_KEY=mWm1DkAVBAZD2L5rs3QWKeoWa62wLumjqCXG9HifLdM
WXAPP_URL=https://api.weixin.qq.com/
```

## 示例代码:
### 示例代码:
```php
use Firstphp\FirstphpWxapp\WxappInterface;

Expand Down

0 comments on commit 74fcb32

Please sign in to comment.