Commit dde60e7b2ca0380a4147137e80eed9992b6bfdab

Authored by oji
1 parent 21e3db6176
Exists in master

use namespace

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -24,6 +24,7 @@
24 24 ----
25 25  
26 26 ```$php
  27 +use SsoRiau\SsoClientLibrary;
27 28 $objSso = new SsoClientLibrary();
28 29 $data_access_token = $objSso->ssoCallback();
29 30 if (!empty($data_access_token)) {