Skip to content

WxUtil.sendRequest 应答的编码问题 #8

@yanhuixie

Description

@yanhuixie

可以考虑将
String respBody = EntityUtils.toString(entity);
改为
String respBody = EntityUtils.toString(entity, "utf-8");
以回避中文乱码问题(平台约定是utf-8)。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions