|
@@ -160,7 +160,8 @@ public class WeixinApiController extends ApiController {
|
|
|
// String source = "中世康恺电子胶片平台";
|
|
|
String content = getPara("content");
|
|
|
// String appId;
|
|
|
- String source_utf8 = null;
|
|
|
+ // String source_utf8 = null;
|
|
|
+ String source_utf8 = "中世康恺电子胶片平台";
|
|
|
// try {
|
|
|
// source_utf8 = URLDecoder.decode(source, "UTF-8");
|
|
|
// } catch (UnsupportedEncodingException e) {
|