``` javascript duoshuo.auth(code, function(err,token){ console.log(token) // to sth with token }); ``` 参数`code`是什么来的?