dever 7 年之前
父節點
當前提交
ff9b7099f5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      component/config/wechat.php

+ 1 - 0
component/config/wechat.php

@@ -74,6 +74,7 @@ $config['oauth'] = array
 			'authorization_info.authorizer_appid' => 'unionid',
 			'authorization_info.authorizer_access_token' => 'oauth.oauth',
 			'authorization_info.authorizer_refresh_token' => 'refresh',
+			'authorization_info.func_info' => 'callback.func',
 		),
 	),
 );