API_BASE_URL_PREFIX
API_BASE_URL_PREFIX = 'https://api.weixin.qq.com'
API接口URL需要使用此前缀
微信前端 JavaScript 签名SDK
getJsSign(string $url, integer $timestamp, string $noncestr = '', string $appid = '', string $access_token = '') : array|boolean
获取JsApi使用签名
string | $url | 网页的URL,自动处理#及其后面部分 |
integer | $timestamp | 当前时间戳 (为空则自动生成) |
string | $noncestr | 随机串 (为空则自动生成) |
string | $appid | 用于多个appid时使用,可空 |
string | $access_token | 获取 jsapi_ticket 指定 access_token |
返回签名字串