From 951453ace3ce47e64e28c4fe9a0bc5565832171d Mon Sep 17 00:00:00 2001 From: Feliciano Long Date: Mon, 12 Dec 2016 22:01:03 -0600 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DStrangerInfo=E4=B8=BAint?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cn.muxiaofei.cq_python_sdk/CQHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cn.muxiaofei.cq_python_sdk/CQHandler.cpp b/src/cn.muxiaofei.cq_python_sdk/CQHandler.cpp index 748b985..cfaf22e 100644 --- a/src/cn.muxiaofei.cq_python_sdk/CQHandler.cpp +++ b/src/cn.muxiaofei.cq_python_sdk/CQHandler.cpp @@ -406,7 +406,7 @@ static PyObject* CQSDK_GetStrangerInfo(PyObject* self, PyObject* args) PyLong_AsLong(arg1) ); - return Py_BuildValue("i", ret); + return Py_BuildValue("s", ret); } static PyObject* CQSDK_AddLog(PyObject* self, PyObject* args) -- Gitee