api机制curl访问api-getsessionid.json,提示401This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
这个借口怎么调?
$result = json_decode($($result);
if($result->result == 'success' and md5($result->data) == $result->md5)
{
$data = json_decode($result->data);
print_r($data);
}
这代码有问题吧 第二行对吗
一旦系统集成之后,如果我在禅道进行的bug的建立,能否有一个机制来告诉集成的另一个系统,有新的bug建立这个事件。谢谢