Skip to content

Commit 521d6da

Browse files
1. 修改README.md
1 parent 4b70fef commit 521d6da

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ composer require hillpy/mini-program-sdk
2121
### 使用方法
2222

2323
* 实例化开发包、accessToken获取及缓存
24+
2425
```
2526
/**
2627
* 使用案例
@@ -65,6 +66,7 @@ if ($accessToken == '') {
6566
```
6667

6768
* 解密登录用户数据
69+
6870
```
6971
// 解密登录用户数据
7072
$paramArr['code'] = '';
@@ -82,6 +84,7 @@ if ($res['code'] == 100) {
8284
```
8385

8486
* 获取无数量限制的小程序码
87+
8588
```
8689
// 小程序码图片的保存路径
8790
$path = '';

0 commit comments

Comments
 (0)