Closed GaoZhuoXiu closed 3 months ago
func: FUNC_SEND_IMG file { path: "E:\wechatRobot\你好.png" receiver: "filehelper" }
英文图片能直接发送,但中文的不行,rsp.status为-2,如何解决
发送中文文件的时候发送失败
感谢,改成全局UTF-8解决了
func: FUNC_SEND_IMG file { path: "E:\wechatRobot\你好.png" receiver: "filehelper" }
英文图片能直接发送,但中文的不行,rsp.status为-2,如何解决