wx pay
parent
8d0d130f6b
commit
b8f564c7a1
|
|
@ -568,13 +568,6 @@ class Weixin
|
||||||
*/
|
*/
|
||||||
public function GetUserOpenId($params = [])
|
public function GetUserOpenId($params = [])
|
||||||
{
|
{
|
||||||
// 参数校验
|
|
||||||
if(empty($ret['data']['appid']))
|
|
||||||
{
|
|
||||||
$this->assign('msg', 'appid未配置');
|
|
||||||
return $this->fetch('public/tips_error');
|
|
||||||
}
|
|
||||||
|
|
||||||
// 参数
|
// 参数
|
||||||
$input = input();
|
$input = input();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue