feat/task1-c-wallet
gongfuxiang 2019-05-25 13:24:19 +08:00
parent 8d0d130f6b
commit b8f564c7a1
1 changed files with 0 additions and 7 deletions

View File

@ -568,13 +568,6 @@ class Weixin
*/
public function GetUserOpenId($params = [])
{
// 参数校验
if(empty($ret['data']['appid']))
{
$this->assign('msg', 'appid未配置');
return $this->fetch('public/tips_error');
}
// 参数
$input = input();