$param['mobile'], ); $param['customer_create'] = json_encode($param['customer_create']); $wechat = new Wechat($project_id); return $wechat->curl('reg', $param); } }