no message

This commit is contained in:
hellcat 2025-04-30 16:56:24 +08:00
parent 5ff6ce482d
commit 9d69ea2e90

View File

@ -124,7 +124,7 @@ final class Test extends Base
"说明" => "付款之后是已付款状态走一次cron变成等待激活",
];
return $tmp;
return json_encode($tmp, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
}
}