背包数据

This commit is contained in:
2025-12-29 12:40:10 +08:00
parent 6cde21fe2d
commit 8df95110cf

View File

@@ -8,7 +8,7 @@ use think\Log;
use app\common\controller\Push;
class Xxiaoshi extends Controllers
class Xxiaoshi extends Controller
{
public function test()
@@ -43,6 +43,9 @@ class Xxiaoshi extends Controllers
}
}
echo $total_price;
echo '<br>';
var_dump($res);
}
}