wechat-php-sdk icon indicating copy to clipboard operation
wechat-php-sdk copied to clipboard

微信公众平台php开发包, weixin developer SDK.

Results 100 wechat-php-sdk issues
Sort by recently updated
recently updated
newest added

- [ 1782] 1.public function getUserId($code,$agentid=0){ if (!$agentid) $agentid=$this->agentid; if (!$this->access_token && !$this->checkAuth()) return false; $result = $this->http_get(self::API_URL_PREFIX.self::USER_GETINFO_URL.'access_token='.$this->access_token.'&code='.$code.'&agentid='.$agentid); if ($result) { $json = json_decode($result,true); //if (!$json || !empty($json['errcode']) || $json['errcode']!=0)...

Issue are Like image file name not found when edit click redirect to edit form. Image file name no show but other value are show don't why happened and also...

token不应该是使用的时候动态申请的吗?文档里面说自己设定的是什么意思?求解答一下

关于物流助手的相关接口是不是还没有接入?

累死了写的,额外扩展么以后升级又麻烦:(

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

Is this project using continuous integration services (e.g., Travis-CI or Jenkings)? Or has it used at any point of its lifetime?

https://github.com/dodgepudding/wechat-php-sdk/blob/cba751772f462e1a1385a99ea44929a6a3d82098/wechat.class.php#L60 上面代码使用 **EVENT_MENU_VIEW** 常量会报以下错误 `errcode=65318, errmsg=must use utf-8 charset hint: [xxx]` 经测试把 **VIEW** 改为 **view** 即可