im/vendor/qiniu/php-sdk/tests/mock-server/ok.php

4 lines
84 B
PHP
Raw Permalink Normal View History

2023-09-26 18:09:46 +08:00
<?php
header("Content-Type: application/json;charset=UTF-8");
echo '{"msg": "ok"}';