Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js sdk config 建议增加 beta 字段 #35

Closed
nosun opened this issue Jun 3, 2015 · 3 comments
Closed

js sdk config 建议增加 beta 字段 #35

nosun opened this issue Jun 3, 2015 · 3 comments

Comments

@nosun
Copy link

nosun commented Jun 3, 2015

public function config(array $APIs, $debug = false, $json = true,$beta = false)
{
    $signPackage = $this->getSignaturePackage();

    $config = array_merge(array('debug' => $debug),array('beta' => $beta), $signPackage, array('jsApiList' => $APIs));

    return $json ? JSON::encode($config) : $config;
}

针对设备的 api 中有 beta 这个属性……

@overtrue
Copy link
Collaborator

overtrue commented Jun 3, 2015

@nosun 请把微信相关的文档链接发一下

@nosun
Copy link
Author

nosun commented Jun 4, 2015

是设备相关的,beta版本,文档已经qq传给你了

@overtrue
Copy link
Collaborator

overtrue commented Jun 4, 2015

@nosun 你给的文档里没有找到 beta 相关字眼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants