|
@@ -43,6 +43,7 @@ class Login extends Base
|
|
*/
|
|
*/
|
|
public function weChatLogin(){
|
|
public function weChatLogin(){
|
|
$code = input('code');
|
|
$code = input('code');
|
|
|
|
+
|
|
$pid = input('pid');
|
|
$pid = input('pid');
|
|
$goods_id = input('goods_id');
|
|
$goods_id = input('goods_id');
|
|
if(empty($code)) $this->error('参数错误1');
|
|
if(empty($code)) $this->error('参数错误1');
|