调整后台

This commit is contained in:
2020-10-20 08:34:40 +08:00
parent d3bfd98817
commit 6af2c3a78b
5 changed files with 78 additions and 8 deletions

View File

@@ -40,10 +40,10 @@ class UnionPayController extends Controller
unset($inputs['sign']);
$action = new UnionPay($inputs, $sign);
// $action->addLog();
$action->addLog();
$action->start();
// $action->updateLog();
$action->updateLog();
return $action->respond();