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

epay修改bug

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