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
3270c684dc63298329f6b036cce378b591d43fe6
Authored by
程雨佳
2020-01-10 19:51:36 +0800
1 parent
41adde00
开启报错提示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
phpapi/apicp.UploadHeadImg.php
phpapi/apicp.UploadHeadImg.php
View file @
3270c68
...
...
@@ -33,7 +33,7 @@
33
33
// 获取头像数据,从微信临时素材图片中。
34
34
$wechat = new WechatHelper();
35
35
$img = $wechat->getMedia($_POST['mediaId']);
36
-
print_r($img);exit;
36
+
37
37
38
38
// 保存图片
39
39
$filename = time() . rand(1000, 9999) . ".jpg";
...
...