first commit
This commit is contained in:
3
vendor/qiniu/php-sdk/tests/mock-server/ok.php
vendored
Normal file
3
vendor/qiniu/php-sdk/tests/mock-server/ok.php
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
header("Content-Type: application/json;charset=UTF-8");
|
||||
echo '{"msg": "ok"}';
|
||||
Reference in New Issue
Block a user