Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VirtualCard-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
APP
VirtualCard-iOS
Commits
f097c388
Commit
f097c388
authored
Sep 07, 2019
by
IOS-张 博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
屏蔽通讯录和APP列表功能
parent
a8450d1a
Pipeline
#920
failed with stages
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
AppDelegate.m
VirtualPayment/VirtualPayment/Application/AppDelegate.m
+2
-0
Info.plist
VirtualPayment/VirtualPayment/Application/Info.plist
+1
-1
QGAppMacro.h
.../VirtualPayment/QGUtils/QGTool/QGBasicUITool/QGAppMacro.h
+1
-1
ZHJSContextHelper.m
...Payment/VirtualPayment/QGUtils/QGTool/ZHJSContextHelper.m
+2
-2
No files found.
VirtualPayment/VirtualPayment/Application/AppDelegate.m
View file @
f097c388
...
@@ -59,8 +59,10 @@
...
@@ -59,8 +59,10 @@
[
QGWebSocket
sharedManager
];
//创建 后续授权流程需要使用
[
QGWebSocket
sharedManager
];
//创建 后续授权流程需要使用
/*
[QGRiskInfoManager CheckUpLoadAddressBook]; //检测是否上传通讯录
[QGRiskInfoManager CheckUpLoadAddressBook]; //检测是否上传通讯录
[QGRiskInfoManager CheckUploadAppList ]; //检测是否上传AppList
[QGRiskInfoManager CheckUploadAppList ]; //检测是否上传AppList
*/
return
YES
;
return
YES
;
}
}
...
...
VirtualPayment/VirtualPayment/Application/Info.plist
View file @
f097c388
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<key>
CFBundlePackageType
</key>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<key>
CFBundleShortVersionString
</key>
<string>
6.5.3
0
</string>
<string>
6.5.3
1
</string>
<key>
CFBundleURLTypes
</key>
<key>
CFBundleURLTypes
</key>
<array>
<array>
<dict>
<dict>
...
...
VirtualPayment/VirtualPayment/QGUtils/QGTool/QGBasicUITool/QGAppMacro.h
View file @
f097c388
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
//此处写死版本号,每次发版手动升级版本号
//此处写死版本号,每次发版手动升级版本号
//因为该包发版依赖于替换旧包,所以真实版本号很高。此处手动维护是因为产品要求版本号比较低。
//因为该包发版依赖于替换旧包,所以真实版本号很高。此处手动维护是因为产品要求版本号比较低。
#define XcodeAppVersion @"1.
2
.00"
#define XcodeAppVersion @"1.
3
.00"
#define XcodeAppBundleIdentifier [[NSBundle mainBundle] bundleIdentifier]
#define XcodeAppBundleIdentifier [[NSBundle mainBundle] bundleIdentifier]
///渠道
///渠道
...
...
VirtualPayment/VirtualPayment/QGUtils/QGTool/ZHJSContextHelper.m
View file @
f097c388
...
@@ -120,7 +120,7 @@ JSExportAs(getContactInformation, -(void)JSCallOCMethodGetContactInformation:(id
...
@@ -120,7 +120,7 @@ JSExportAs(getContactInformation, -(void)JSCallOCMethodGetContactInformation:(id
@param getAppList JS调用函数
@param getAppList JS调用函数
*/
*/
JSExportAs
(
get
AppList
,
-
(
void
)
JSCallOCMethodGetAppList
:(
id
)
value
);
JSExportAs
(
reopen
AppList
,
-
(
void
)
JSCallOCMethodGetAppList
:(
id
)
value
);
/**
/**
...
@@ -128,7 +128,7 @@ JSExportAs(getAppList, -(void)JSCallOCMethodGetAppList:(id)value);
...
@@ -128,7 +128,7 @@ JSExportAs(getAppList, -(void)JSCallOCMethodGetAppList:(id)value);
@param getSMSList JS调用函数
@param getSMSList JS调用函数
*/
*/
JSExportAs
(
get
ContactAddressList
,
-
(
void
)
JSCallOCMethodGetContactAddressList
:(
id
)
value
);
JSExportAs
(
reopen
ContactAddressList
,
-
(
void
)
JSCallOCMethodGetContactAddressList
:(
id
)
value
);
/**
/**
打开Face++的身份证认证页面
打开Face++的身份证认证页面
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment