提交 8baaf431 authored 作者: JarvanMo's avatar JarvanMo

compile error

上级 de3f3f2c
......@@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.7"
version: "2.0.8+1"
image:
dependency: transitive
description:
......
......@@ -105,7 +105,7 @@ FlutterMethodChannel *fluwxMethodChannel = nil;
WXSubscribeMsgResp *subscribeMsgResp = (WXSubscribeMsgResp *) resp;
NSMutableDictionary *result = [NSMutableDictionary dictionary];
if(subscribeMsgResp.openId != nil){
result[@"openid"] = subscribeMsgResp.extMsg;
result[@"openid"] = subscribeMsgResp.openId;
}
if(subscribeMsgResp.openId != nil){
result[@"templateId"] = subscribeMsgResp.templateId;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论