Files
plugins/HighSlide/cloud/cos/qcloudcos/error_code.php
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

9 lines
168 B
PHP

<?php
namespace qcloudcos;
const COSAPI_SUCCESS = 0;
const COSAPI_PARAMS_ERROR = -1;
const COSAPI_NETWORK_ERROR = -2;
const COSAPI_INTEGRITY_ERROR = -3;