A set of data
how do I get the st value under data?
$info = $this->curl_post_https("https://xxx/Home/logindo?fromSite=6",$cookie = tempnam("E:\wwwroot\tp5\public","cookie"),$data);
return $info["content"]["data"]["st"];
in this way,: Illegal string offset "content" is reported directly
.