We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f0aae commit 83a1681Copy full SHA for 83a1681
api.php
@@ -187,13 +187,16 @@
187
imagepng($canvas);//输出图片
188
imagedestroy($canvas);//关闭进程
189
}elseif($error == 10001){
190
+ header("Content-type:application/json;charset=utf-8");
191
echo '{"error": "10001"}';
192
}
193
194
}else{
195
if($_GET['donor'] == null){
196
197
198
}elseif($_GET['team'] == null){
199
200
201
202
$canvas = imagecreatetruecolor(465, 92);//载入画布
0 commit comments