作者 lyh

gx同步项目设置服务器

... ... @@ -141,6 +141,6 @@ class Extension3059ModuleController extends BaseController
$this->fail('error,请联系管理员');
}
DB::disconnect('custom_mysql');
$this->response('success',Code::SUCCESS,$payData);
$this->response('success - The page is about to be redirected to the payment page',Code::SUCCESS,$payData);
}
}
... ...