uc_authcode()
//解用户标识码
public static function setAuthCode($auth){
//对 base64 编码的data
进行解码。 $auth = base64_decode($auth); //uc_authcode($jsCode, 'DECODE', 'key'); return explode("\t", uc_authcode($auth, 'DECODE','Z6edL0W6NaC1M9NbJ2v95e56c0GfVenat865n5b9NaY89fZ0ifC774x6J8x8r8rc')); }