Skip to content

Commit

Permalink
add jsapi & fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xhat committed Feb 4, 2019
1 parent b53c1b4 commit 84dc29a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ $data = [
'openid' => 'xxxxxxxxxxxxxxxxx', // 订单附加信息(可选参数)
'notify_url' => 'https://www.baidu.com/notify', // 异步通知地址(可选参数)
];
$url = Payjs::jsapi($data);
return redirect($url);
return Payjs::jsapi($data);
```

- 查询订单
Expand Down

0 comments on commit 84dc29a

Please sign in to comment.