From 014f3d26f7027a52a8ce2afe9d85d3a96fa2268d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 15 Aug 2023 11:46:02 +0800 Subject: [PATCH] 1 --- webapp/controller/ToolsController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ToolsController.class.php b/webapp/controller/ToolsController.class.php index 942a9b0a..125f0c0c 100644 --- a/webapp/controller/ToolsController.class.php +++ b/webapp/controller/ToolsController.class.php @@ -177,7 +177,7 @@ class ToolsController extends BaseController { 'action' => 'outappPurchase', 'account_id' => getReqVal('account_id', ''), 'order_id' => $orderInfo['order_id'], - 'status' => 99, + 'status' => 9, 'id' => 1, 'txhash' => '', );