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

compile error

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