作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

epay修改bug

@@ -57,7 +57,7 @@ class Service @@ -57,7 +57,7 @@ class Service
57 'subject' => $title, 57 'subject' => $title,
58 ]; 58 ];
59 //如果是移动端自动切换为wap 59 //如果是移动端自动切换为wap
60 - $method = $request->isMobile() ? 'wap' : $method; 60 +// $method = $request->isMobile() ? 'wap' : $method;
61 61
62 switch ($method) { 62 switch ($method) {
63 case 'web': 63 case 'web':