obanana_b2b_test/checkout_refresh_action.php

6 lines
119 B
PHP
Raw Normal View History

2024-02-12 10:35:09 +08:00
<?php
$filename = 'newfile.json';
$json = file_get_contents($filename);
echo $json;
$result = exec('rm newfile.json');