Browse Source

测试1

master
wanghongjun 3 years ago
parent
commit
269d55a4d7
  1. 1
      app/controller/Index.php

1
app/controller/Index.php

@ -24,6 +24,7 @@ class Index extends BaseController
$url = $host."/artemis/oauth/token?client_id=".$cid."&client_secret=".$cskey;
// do post
$ret = post($url);
return $ret;
}
}

Loading…
Cancel
Save