我使用netdna api。api是登录过程。
$api = new NetDNA("xxx","yyyy","zzzz"); // success
但。
$ret = $api->delete('/zones/pull.json/99999/cache?file=/'.$fileurl);
print_r($ret); // is empty and dont change this file in cdn
我的 ip 添加白名单,我检查了关键信息。
可能是什么问题呢?
我使用netdna api。api是登录过程。
$api = new NetDNA("xxx","yyyy","zzzz"); // success
但。
$ret = $api->delete('/zones/pull.json/99999/cache?file=/'.$fileurl);
print_r($ret); // is empty and dont change this file in cdn
我的 ip 添加白名单,我检查了关键信息。
可能是什么问题呢?