提交 39e567a0 编写于 作者: D devil_gong

wx pay debug

上级 b0d39866
......@@ -259,6 +259,8 @@ class Weixin
'attach' => empty($params['attach']) ? $params['site_name'].'-'.$params['name'] : $params['attach'],
'sign_type' => 'MD5',
];
print_r($data);die;
$data['sign'] = $this->GetSign($data);
return DataReturn('success', 0, $data);
}
......@@ -291,7 +293,7 @@ class Weixin
{
$type_all['pc'] = $type_all['weixin'];
}
print_r($type_all);die;
return isset($type_all[APPLICATION_CLIENT_TYPE]) ? $type_all[APPLICATION_CLIENT_TYPE] : '';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册