Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-fluwx
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
openSourceLibrary
clx-fluwx
Commits
b8ac26d1
提交
b8ac26d1
authored
11月 04, 2023
作者:
JarvanMo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix #575
上级
195ffbe2
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
FluwxPlugin.m
ios/Classes/FluwxPlugin.m
+9
-9
没有找到文件。
ios/Classes/FluwxPlugin.m
浏览文件 @
b8ac26d1
...
@@ -55,7 +55,7 @@ typedef void(^FluwxWXReqRunnable)(void);
...
@@ -55,7 +55,7 @@ typedef void(^FluwxWXReqRunnable)(void);
const
NSString
*
errStr
=
@"errStr"
;
const
NSString
*
errStr
=
@"errStr"
;
const
NSString
*
errCode
=
@"errCode"
;
const
NSString
*
errCode
=
@"errCode"
;
const
NSString
*
openId
=
@"openId"
;
const
NSString
*
openId
=
@"openId"
;
const
NSString
*
t
ype
=
@"type"
;
const
NSString
*
fluwxT
ype
=
@"type"
;
const
NSString
*
lang
=
@"lang"
;
const
NSString
*
lang
=
@"lang"
;
const
NSString
*
country
=
@"country"
;
const
NSString
*
country
=
@"country"
;
const
NSString
*
description
=
@"description"
;
const
NSString
*
description
=
@"description"
;
...
@@ -860,7 +860,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -860,7 +860,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
messageResp
.
description
==
nil
?
@""
:
messageResp
.
description
,
description:
messageResp
.
description
==
nil
?
@""
:
messageResp
.
description
,
errStr:
messageResp
.
errStr
==
nil
?
@""
:
messageResp
.
errStr
,
errStr:
messageResp
.
errStr
==
nil
?
@""
:
messageResp
.
errStr
,
errCode:
@
(
messageResp
.
errCode
),
errCode:
@
(
messageResp
.
errCode
),
t
ype:
@
(
messageResp
.
type
),
fluwxT
ype:
@
(
messageResp
.
type
),
country:
messageResp
.
country
==
nil
?
@""
:
messageResp
.
country
,
country:
messageResp
.
country
==
nil
?
@""
:
messageResp
.
country
,
lang:
messageResp
.
lang
==
nil
?
@""
:
messageResp
.
lang
};
lang:
messageResp
.
lang
==
nil
?
@""
:
messageResp
.
lang
};
if
(
_channel
!=
nil
){
if
(
_channel
!=
nil
){
...
@@ -875,7 +875,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -875,7 +875,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
authResp
.
description
==
nil
?
@""
:
authResp
.
description
,
description:
authResp
.
description
==
nil
?
@""
:
authResp
.
description
,
errStr:
authResp
.
errStr
==
nil
?
@""
:
authResp
.
errStr
,
errStr:
authResp
.
errStr
==
nil
?
@""
:
authResp
.
errStr
,
errCode:
@
(
authResp
.
errCode
),
errCode:
@
(
authResp
.
errCode
),
t
ype:
@
(
authResp
.
type
),
fluwxT
ype:
@
(
authResp
.
type
),
country:
authResp
.
country
==
nil
?
@""
:
authResp
.
country
,
country:
authResp
.
country
==
nil
?
@""
:
authResp
.
country
,
lang:
authResp
.
lang
==
nil
?
@""
:
authResp
.
lang
,
lang:
authResp
.
lang
==
nil
?
@""
:
authResp
.
lang
,
@"code"
:
[
FluwxStringUtil
nilToEmpty
:
authResp
.
code
],
@"code"
:
[
FluwxStringUtil
nilToEmpty
:
authResp
.
code
],
...
@@ -924,7 +924,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -924,7 +924,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
chooseInvoiceResp
.
description
==
nil
?
@""
:
chooseInvoiceResp
.
description
,
description:
chooseInvoiceResp
.
description
==
nil
?
@""
:
chooseInvoiceResp
.
description
,
errStr:
chooseInvoiceResp
.
errStr
==
nil
?
@""
:
chooseInvoiceResp
.
errStr
,
errStr:
chooseInvoiceResp
.
errStr
==
nil
?
@""
:
chooseInvoiceResp
.
errStr
,
errCode:
@
(
chooseInvoiceResp
.
errCode
),
errCode:
@
(
chooseInvoiceResp
.
errCode
),
t
ype:
@
(
chooseInvoiceResp
.
type
),
fluwxT
ype:
@
(
chooseInvoiceResp
.
type
),
@"cardItemList"
:
cardItemList
@"cardItemList"
:
cardItemList
};
};
...
@@ -972,7 +972,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -972,7 +972,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
miniProgramResp
.
description
==
nil
?
@""
:
miniProgramResp
.
description
,
description:
miniProgramResp
.
description
==
nil
?
@""
:
miniProgramResp
.
description
,
errStr:
miniProgramResp
.
errStr
==
nil
?
@""
:
miniProgramResp
.
errStr
,
errStr:
miniProgramResp
.
errStr
==
nil
?
@""
:
miniProgramResp
.
errStr
,
errCode:
@
(
miniProgramResp
.
errCode
),
errCode:
@
(
miniProgramResp
.
errCode
),
t
ype:
@
(
miniProgramResp
.
type
),
fluwxT
ype:
@
(
miniProgramResp
.
type
),
};
};
NSMutableDictionary
*
result
=
[
NSMutableDictionary
dictionaryWithDictionary
:
commonResult
];
NSMutableDictionary
*
result
=
[
NSMutableDictionary
dictionaryWithDictionary
:
commonResult
];
...
@@ -997,7 +997,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -997,7 +997,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
[
FluwxStringUtil
nilToEmpty
:
businessResp
.
description
],
description:
[
FluwxStringUtil
nilToEmpty
:
businessResp
.
description
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errCode:
@
(
businessResp
.
errCode
),
errCode:
@
(
businessResp
.
errCode
),
t
ype:
@
(
businessResp
.
type
),
fluwxT
ype:
@
(
businessResp
.
type
),
@"resultInfo"
:
[
FluwxStringUtil
nilToEmpty
:
businessResp
.
result
],
@"resultInfo"
:
[
FluwxStringUtil
nilToEmpty
:
businessResp
.
result
],
@"businessType"
:
@
(
businessResp
.
businessType
),
@"businessType"
:
@
(
businessResp
.
businessType
),
};
};
...
@@ -1013,7 +1013,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -1013,7 +1013,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
[
FluwxStringUtil
nilToEmpty
:
customerResp
.
description
],
description:
[
FluwxStringUtil
nilToEmpty
:
customerResp
.
description
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errCode:
@
(
customerResp
.
errCode
),
errCode:
@
(
customerResp
.
errCode
),
t
ype:
@
(
customerResp
.
type
),
fluwxT
ype:
@
(
customerResp
.
type
),
@"extMsg"
:
[
FluwxStringUtil
nilToEmpty
:
customerResp
.
extMsg
]
@"extMsg"
:
[
FluwxStringUtil
nilToEmpty
:
customerResp
.
extMsg
]
};
};
if
(
_channel
!=
nil
){
if
(
_channel
!=
nil
){
...
@@ -1030,7 +1030,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -1030,7 +1030,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errCode:
@
(
openBusinessViewResp
.
errCode
),
errCode:
@
(
openBusinessViewResp
.
errCode
),
@"businessType"
:
openBusinessViewResp
.
businessType
,
@"businessType"
:
openBusinessViewResp
.
businessType
,
t
ype:
@
(
openBusinessViewResp
.
type
),
fluwxT
ype:
@
(
openBusinessViewResp
.
type
),
@"extMsg"
:
[
FluwxStringUtil
nilToEmpty
:
openBusinessViewResp
.
extMsg
]
@"extMsg"
:
[
FluwxStringUtil
nilToEmpty
:
openBusinessViewResp
.
extMsg
]
};
};
if
(
_channel
!=
nil
){
if
(
_channel
!=
nil
){
...
@@ -1050,7 +1050,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
...
@@ -1050,7 +1050,7 @@ NSObject <FlutterPluginRegistrar> *_fluwxRegistrar;
description:
[
FluwxStringUtil
nilToEmpty
:
payResp
.
description
],
description:
[
FluwxStringUtil
nilToEmpty
:
payResp
.
description
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errStr:
[
FluwxStringUtil
nilToEmpty
:
resp
.
errStr
],
errCode:
@
(
payResp
.
errCode
),
errCode:
@
(
payResp
.
errCode
),
t
ype:
@
(
payResp
.
type
),
fluwxT
ype:
@
(
payResp
.
type
),
@"extData"
:
[
FluwxStringUtil
nilToEmpty
:[
FluwxDelegate
defaultManager
].
extData
],
@"extData"
:
[
FluwxStringUtil
nilToEmpty
:[
FluwxDelegate
defaultManager
].
extData
],
@"returnKey"
:
[
FluwxStringUtil
nilToEmpty
:
payResp
.
returnKey
],
@"returnKey"
:
[
FluwxStringUtil
nilToEmpty
:
payResp
.
returnKey
],
};
};
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论