shish hace 6 años
padre
commit
1a77b03d10
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      app/business/controllers/ShopController.php

+ 2 - 2
app/business/controllers/ShopController.php

@@ -55,7 +55,7 @@ class ShopController extends BaseController
 		if (file_exists($file) == false) {
 			util::fail('没有找到收款码');
 		}
-		$fileName = 'gathering.jpg';
+		$fileName = '收款码.jpg';
 		$contentType = 'image/jpeg';
 		header("Cache-control: private");
 		header("Content-type: $contentType"); //设置要下载的文件类型
@@ -78,7 +78,7 @@ class ShopController extends BaseController
 		if (file_exists($file) == false) {
 			util::fail('没有找到注册会员码');
 		}
-		$fileName = 'member.jpg';
+		$fileName = '注册会员码.jpg';
 		$contentType = 'image/jpeg';
 		header("Cache-control: private");
 		header("Content-type: $contentType"); //设置要下载的文件类型