Skip to content

企业微信里cache name不应该是appid #366

@ataraxia82

Description

@ataraxia82

$authname = 'qywechat_access_token' . $appid;

因为企业微信会有多个应用需要缓存access_token
而appid 是企业微信的appid 是唯一的
应该使用appsecret 或者 appid+agentid

$authname = 'qywechat_access_token' . $appsecret;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions