Sign in
刘鹏伟
/
party
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e2b0b39ea630159e042774d9be5d53c771a9b36a
Authored by
程雨佳
2020-01-09 11:42:45 +0800
1 parent
d994b75a
关闭报错打印
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
phpapi/Common/WechatHelper.php
phpapi/Common/WechatHelper.php
View file @
e2b0b39
...
...
@@ -140,7 +140,6 @@ class WechatHelper
140
140
$request->get($url);
141
141
$text = $request->response;
142
142
$result = json_decode($text, true);
143
- print_r($result);exit;
144
143
$data = $result['access_token'];
145
144
if (!empty($data)) {
146
145
try {
...
...