From b8f564c7a1f5c207aa7c11b77a482b5d9a49c93a Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Sat, 25 May 2019 13:24:19 +0800 Subject: [PATCH] wx pay --- extend/payment/Weixin.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extend/payment/Weixin.php b/extend/payment/Weixin.php index 7080d8afc..1fd36be47 100755 --- a/extend/payment/Weixin.php +++ b/extend/payment/Weixin.php @@ -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();