@yunzhanghu/sdk-nodejs 0.0.1-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/.eslintignore +4 -0
  2. package/.eslintrc.json +19 -0
  3. package/.husky/pre-commit +7 -0
  4. package/LICENSE +201 -0
  5. package/README.md +114 -0
  6. package/example/apiUserSign.js +70 -0
  7. package/example/authentication.js +142 -0
  8. package/example/bizlicXjjH5.js +46 -0
  9. package/example/bizlicXjjH5Api.js +65 -0
  10. package/example/conf/config.js +30 -0
  11. package/example/dataService.js +98 -0
  12. package/example/h5UserSign.js +68 -0
  13. package/example/invoice.js +91 -0
  14. package/example/notify.js +36 -0
  15. package/example/package.json +12 -0
  16. package/example/payment.js +186 -0
  17. package/example/tax.js +34 -0
  18. package/package.json +47 -0
  19. package/prettier.config.js +32 -0
  20. package/src/common/client.ts +367 -0
  21. package/src/common/exception/yzhSDKHttpException.ts +32 -0
  22. package/src/common/http/index.ts +57 -0
  23. package/src/common/utils/index.ts +18 -0
  24. package/src/index.ts +1 -0
  25. package/src/services/apiusersign/index.ts +125 -0
  26. package/src/services/authentication/index.ts +247 -0
  27. package/src/services/bizlicxjjh5/index.ts +129 -0
  28. package/src/services/bizlicxjjh5api/index.ts +169 -0
  29. package/src/services/dataservice/index.ts +315 -0
  30. package/src/services/h5usersign/index.ts +145 -0
  31. package/src/services/index.ts +10 -0
  32. package/src/services/invoice/index.ts +257 -0
  33. package/src/services/payment/index.ts +523 -0
  34. package/src/services/tax/index.ts +77 -0
  35. package/src/typings.d.ts +1 -0
  36. package/tsconfig.json +25 -0
  37. package/yzh/common/client.d.ts +119 -0
  38. package/yzh/common/client.js +314 -0
  39. package/yzh/common/exception/yzhSDKHttpException.d.ts +10 -0
  40. package/yzh/common/exception/yzhSDKHttpException.js +21 -0
  41. package/yzh/common/http/index.d.ts +6 -0
  42. package/yzh/common/http/index.js +51 -0
  43. package/yzh/common/utils/index.d.ts +14 -0
  44. package/yzh/common/utils/index.js +11 -0
  45. package/yzh/index.d.ts +1 -0
  46. package/yzh/index.js +4 -0
  47. package/yzh/services/apiusersign/index.d.ts +86 -0
  48. package/yzh/services/apiusersign/index.js +26 -0
  49. package/yzh/services/authentication/index.d.ts +153 -0
  50. package/yzh/services/authentication/index.js +42 -0
  51. package/yzh/services/bizlicxjjh5/index.d.ts +76 -0
  52. package/yzh/services/bizlicxjjh5/index.js +18 -0
  53. package/yzh/services/bizlicxjjh5api/index.d.ts +107 -0
  54. package/yzh/services/bizlicxjjh5api/index.js +22 -0
  55. package/yzh/services/dataservice/index.d.ts +243 -0
  56. package/yzh/services/dataservice/index.js +38 -0
  57. package/yzh/services/h5usersign/index.d.ts +90 -0
  58. package/yzh/services/h5usersign/index.js +26 -0
  59. package/yzh/services/index.d.ts +10 -0
  60. package/yzh/services/index.js +23 -0
  61. package/yzh/services/invoice/index.d.ts +158 -0
  62. package/yzh/services/invoice/index.js +34 -0
  63. package/yzh/services/payment/index.d.ts +358 -0
  64. package/yzh/services/payment/index.js +50 -0
  65. package/yzh/services/tax/index.d.ts +55 -0
  66. package/yzh/services/tax/index.js +18 -0
package/.eslintignore ADDED
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ package.json
3
+ .eslintrc.json
4
+ yzh
package/.eslintrc.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "env": {
3
+ "browser": true,
4
+ "node": true,
5
+ "es2021": true
6
+ },
7
+ "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
8
+ "overrides": [],
9
+ "parser": "@typescript-eslint/parser",
10
+ "parserOptions": {
11
+ "ecmaVersion": "latest",
12
+ "sourceType": "module"
13
+ },
14
+ "plugins": ["@typescript-eslint"],
15
+ "rules": {
16
+ "@typescript-eslint/no-empty-interface": [0],
17
+ "@typescript-eslint/no-var-requires": [0]
18
+ }
19
+ }
@@ -0,0 +1,7 @@
1
+ #!/bin/sh
2
+ . "$(dirname "$0")/_/husky.sh"
3
+
4
+ npm run build
5
+ npm run prettier
6
+ git add .
7
+ npx lint-staged
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,114 @@
1
+ # 云账户 SDK for Node.js
2
+
3
+ 欢迎使用云账户 SDK for Node.js。
4
+ 云账户是一家专注为平台企业和新就业形态劳动者提供高质量灵活就业服务的新时代企业。云账户 SDK 对云账户综合服务平台 API 接口进行封装,让您不必担心过多参数请求,帮助您快速接入到云账户综合服务平台。云账户 SDK for Node.js 为您提供签约、下单、回调、数据查询等功能,帮助您完成与云账户综合服务平台的接口对接及业务开发。
5
+ 如果您在使用过程中遇到任何问题,请在当前 GitHub 提交 Issues,或发送邮件至技术支持组 [techsupport@yunzhanghu.com](mailto:techsupport@yunzhanghu.com)。
6
+
7
+ ## 环境要求
8
+
9
+ 云账户 SDK for Node.js 支持 Node.js 12.0.0 及以上版本。
10
+
11
+ ## 配置密钥
12
+
13
+ ### 1、获取配置
14
+
15
+ 使用云账户 SDK for Node.js 前,您需先获取 dealer_id、broker_id、3DES Key、App Key 信息。
16
+ 获取方式:使用开户邮件中的账号登录【[云账户综合服务平台](https://service.yunzhanghu.com)】,选择“业务中心 > 业务管理 > 对接信息”,查看并获取以上配置信息。
17
+ ![获取配置信息](https://yos.yunzhanghu.com/getobject/duijiexinxi.png?isAttachment=false&fileID=9487bd54b93a5abf49003c2b8ce7e069bfa24220&signature=X%2BR7PocQgPqSpR2xM1TgYU6lAapr%2FB9p3aFof03Gcfw%3D)
18
+
19
+ ### 2、生成密钥
20
+
21
+ - 方式一:使用 OpenSSL 生成 RSA 公私钥
22
+
23
+ ```
24
+ ① ⽣成私钥 private_key.pem
25
+
26
+ OpenSSL-> genrsa -out private_key.pem 2048 // 建议密钥⻓度⾄少为 2048 位
27
+
28
+ OpenSSL-> pkcs8 -topk8 -inform PEM -in private_key.pem -outform PEM -nocrypt -out private_key_pkcs8.pem // 将私钥转为 PKCS8 格式
29
+
30
+ ② ⽣成公钥 pubkey.pem
31
+
32
+ OpenSSL-> rsa -in private_key.pem -pubout -out pubkey.pem
33
+ ```
34
+
35
+ - 方式二:使用工具生成
36
+
37
+ 请联系云账户技术支持获取 RSA 密钥生成工具 > 登录【[云账户开放平台](https://open.yunzhanghu.com/)】,选择“开发工具下载 > 开发助手 > 工具下载”,下载安装“云账户开放平台开发助手”
38
+
39
+ ### 3、配置密钥
40
+
41
+ 登录【[云账户综合服务平台](https://service.yunzhanghu.com)】,选择“业务中心 > 业务管理 > 对接信息”,单击页面右上角的“编辑”,配置平台企业公钥。
42
+ ![配置平台企业公钥信息](https://yos.yunzhanghu.com/getobject/dujiexinxi-2.png?isAttachment=false&fileID=84e3cd1684a61c1e32eb0e7b7f43390cd053206b&signature=mqW8Zbk7h3gYXfzjR99pK%2B0pgVLcLly3VjBB2KsqDvQ%3D)
43
+
44
+ ## 安装 Node.js SDK
45
+
46
+ ### 通过 NPM 安装
47
+
48
+ 推荐通过 Node.js 的包管理工具 NPM 获取并安装 Node.js SDK。NPM 详细介绍请参考[ NPM 官网](https://www.npmjs.com/) 。
49
+
50
+ 1. 执行以下安装命令安装云账户 Node.js SDK:
51
+
52
+ > npm install @yunzhanghu/sdk-nodejs --save
53
+
54
+ 2. 在您的代码中引用对应模块代码,可参考示例。
55
+
56
+ ### 通过源码包安装
57
+
58
+ 1. 前往 [Github 仓库](https://github.com/YunzhanghuOpen/sdk-nodejs) 下载源码压缩包;
59
+ 2. 解压源码包到您项目的合适位置;
60
+ 3. 在您的代码中引用对应模块代码,可参考示例。
61
+
62
+ ## 快速使用
63
+
64
+ ### 示例功能列表
65
+
66
+ - [用户信息验证](./example/verify.js)
67
+ - [H5 签约](./example/h5UserSign.js) or [API 签约](./example/apiUserSign.js)
68
+ - [个体工商户注册(云账户新经济 H5)](./example/bizlicXjjH5.js) or [个体工商户注册(云账户新经济 H5+API)](./example/bizlicXjjH5Api.js)
69
+ - [实时支付](./example/payment.js)
70
+ - [异步通知](./example/notify.js)
71
+ - [对账文件获取](./example/dataService.js)
72
+ - [发票开具](./example/invoice.js)
73
+
74
+ ### 示例
75
+
76
+ ```
77
+ const yunzhanghu = require("@yunzhanghu/sdk-nodejs")
78
+
79
+ // 实例化要请求的 client 对象(以 Invoice 为例)
80
+ const client = new yunzhanghu.Invoice({
81
+ // 为了保护密钥安全,建议将密钥配置到环境变量中或配置文件中。
82
+ // 请勿在代码中使用硬编码密钥,可能导致密钥暴露,存在安全隐患。
83
+
84
+ // 平台企业 ID,登录云账户综合服务平台,选择“业务中心 > 业务管理 > 对接信息”获取
85
+ dealer_id: process.env.DEALER_ID,
86
+ // 综合服务主体 ID,登录云账户综合服务平台,选择“业务中心 > 业务管理 > 对接信息”获取
87
+ broker_id: process.env.BROKER_ID,
88
+ // 平台企业 App Key,登录云账户综合服务平台,选择“业务中心 > 业务管理 > 对接信息”获取
89
+ app_key: process.env.APP_KEY,
90
+ // 平台企业 3DES Key,登录云账户综合服务平台,选择“业务中心 > 业务管理 > 对接信息”获取
91
+ des3_key: process.env.DES3_KEY,
92
+ // 平台企业私钥,自行生成 RSA 公私钥,私钥请妥善保存,谨防泄露。平台企业公钥请登录云账户综合服务平台配置,选择“业务中心 > 业务管理 > 对接信息”,单击页面右上角的“编辑”,完成平台企业公钥配置
93
+ private_key: process.env.PRIVATE_KEY,
94
+ // 云账户公钥,登录云账户综合服务平台,选择“业务中心 > 业务管理 > 对接信息”获取
95
+ yzh_public_key: process.env.YZH_PUBLIC_KEY,
96
+ // 签名方式
97
+ sign_type: process.env.SIGN_TYPE,
98
+ })
99
+
100
+ // 通过 client 对象调用想要访问的接口(Action),需要传入请求对象(Params)以及响应回调函数
101
+ // 即:client.Action(Params)..then((data) => { console.log("data", data)}).catch((err) => {console.error("error", err)})
102
+ // 如:GetInvoiceAmount 查询可开具发票额度和发票开具信息
103
+ client
104
+ .GetInvoiceAmount({
105
+ dealer_id: process.env.DEALER_ID,
106
+ broker_id: process.env.BROKER_ID,
107
+ })
108
+ .then((data) => {
109
+ console.log("data", data)
110
+ })
111
+ .catch((err) => {
112
+ console.error("error", err)
113
+ })
114
+ ```
@@ -0,0 +1,70 @@
1
+ const yzhAPI = require("../yzh/index.js")
2
+ const config = require("./conf/config.js")
3
+
4
+ // API 签约
5
+
6
+ const apiusersign = new yzhAPI.Apiusersign(config)
7
+
8
+ // 获取协议预览 URL
9
+ apiusersign
10
+ .ApiUseSignContract({
11
+ dealer_id: config.dealer_id,
12
+ broker_id: config.broker_id,
13
+ })
14
+ .then((data) => {
15
+ console.log("响应内容:", data)
16
+ })
17
+ .catch((err) => {
18
+ console.log(err.toString())
19
+ })
20
+
21
+ // 用户签约
22
+ apiusersign
23
+ .ApiUserSign({
24
+ dealer_id: config.dealer_id,
25
+ broker_id: config.broker_id,
26
+ real_name: "张三",
27
+ id_card: "120110119990000111",
28
+ phone: "",
29
+ user_id: "",
30
+ card_type: "idcard",
31
+ })
32
+ .then((data) => {
33
+ console.log("响应内容:", data)
34
+ })
35
+ .catch((err) => {
36
+ console.log(err.toString())
37
+ })
38
+
39
+ // 获取用户签约状态
40
+ apiusersign
41
+ .GetApiUserSignStatus({
42
+ dealer_id: config.dealer_id,
43
+ broker_id: config.broker_id,
44
+ real_name: " 张三",
45
+ id_card: "120110119990000111",
46
+ user_id: "",
47
+ })
48
+ .then((data) => {
49
+ console.log("响应内容:", data)
50
+ })
51
+ .catch((err) => {
52
+ console.log(err.toString())
53
+ })
54
+
55
+ // 用户解约(测试账号专用接口)
56
+ apiusersign
57
+ .ApiUserSignRelease({
58
+ dealer_id: this.dealer_id,
59
+ broker_id: this.broker_id,
60
+ real_name: "张三",
61
+ id_card: "120110119990000111",
62
+ user_id: "",
63
+ card_type: "idcard",
64
+ })
65
+ .then((data) => {
66
+ console.log("响应内容:", data)
67
+ })
68
+ .catch((err) => {
69
+ console.log(err.toString())
70
+ })
@@ -0,0 +1,142 @@
1
+ const yzhAPI = require("../yzh/index.js")
2
+ const config = require("./conf/config.js")
3
+ const fs = require("fs")
4
+ const path = require("path")
5
+
6
+ // 用户信息验证
7
+
8
+ const authentication = new yzhAPI.Authentication(config)
9
+
10
+ // 银行卡四要素鉴权请求(下发短信验证码)
11
+ authentication
12
+ .BankCardFourAuthVerify({
13
+ real_name: "张三",
14
+ card_no: "6214830112341234",
15
+ id_card: "120111199901101234",
16
+ mobile: "111111111",
17
+ })
18
+ .then((data) => {
19
+ console.log("响应内容:", data)
20
+ })
21
+ .catch((err) => {
22
+ console.log(err.toString())
23
+ })
24
+
25
+ // 银行卡四要素确认请求(上传短信验证码)
26
+ authentication
27
+ .BankCardFourAuthConfirm({
28
+ real_name: "张三",
29
+ card_no: "6214830112341234",
30
+ id_card: "120111199901101234",
31
+ mobile: "111111111",
32
+ ref: "MTY3NDA0Mzc4NTg1MTY4NjUzNy0xMDYuMTIwLjQwLjU4",
33
+ captcha: "502373",
34
+ })
35
+ .then((data) => {
36
+ console.log("响应内容:", data)
37
+ })
38
+ .catch((err) => {
39
+ console.log(err.toString())
40
+ })
41
+
42
+ // 银行卡四要素验证
43
+ authentication
44
+ .BankCardFourVerify({
45
+ real_name: "张三",
46
+ card_no: "6214830112341234",
47
+ id_card: "120111199901101234",
48
+ mobile: "1111111111",
49
+ })
50
+ .then((data) => {
51
+ console.log("响应内容:", data)
52
+ })
53
+ .catch((err) => {
54
+ console.log(err.toString())
55
+ })
56
+
57
+ // 银行卡三要素验证
58
+ authentication
59
+ .BankCardThreeVerify({
60
+ real_name: "张三",
61
+ card_no: "6214830112341234",
62
+ id_card: "120111199901101234",
63
+ })
64
+ .then((data) => {
65
+ console.log("响应内容:", data)
66
+ })
67
+ .catch((err) => {
68
+ console.log(err.toString())
69
+ })
70
+
71
+ // 身份证实名验证
72
+ authentication
73
+ .IDCardVerify({
74
+ real_name: "张三",
75
+ id_card: "120111199901101234",
76
+ })
77
+ .then((data) => {
78
+ console.log("响应内容:", data)
79
+ })
80
+ .catch((err) => {
81
+ console.log(err.toString())
82
+ })
83
+
84
+ // 银行卡信息查询
85
+ authentication
86
+ .GetBankCardInfo({
87
+ card_no: "6214830112341234",
88
+ bank_name: "招商银行",
89
+ })
90
+ .then((data) => {
91
+ console.log("响应内容:", data)
92
+ })
93
+ .catch((err) => {
94
+ console.log(err.toString())
95
+ })
96
+
97
+ // 添加本地图片路径
98
+ var file = "/Library/WebServer/Documents/test.png"
99
+
100
+ // 图片进行 Base64 编码
101
+ function parse(file) {
102
+ let filePath = path.resolve(file)
103
+ let data = fs.readFileSync(filePath)
104
+ data = Buffer.from(data).toString("base64")
105
+ return data
106
+ }
107
+
108
+ // 上传免验证用户名单信息
109
+ authentication
110
+ .UserExemptedInfo({
111
+ id_card: "120111199901101234",
112
+ card_type: "passport",
113
+ real_name: "测试",
114
+ comment_apply: "test",
115
+ dealer_id: config.dealer_id,
116
+ broker_id: config.broker_id,
117
+ user_images: [parse(file)],
118
+ country: "CHN",
119
+ birthday: "20200101",
120
+ gender: "男",
121
+ notify_url: "",
122
+ ref: "test019011901",
123
+ })
124
+ .then((data) => {
125
+ console.log("响应内容:", data)
126
+ })
127
+ .catch((err) => {
128
+ console.log(err.toString())
129
+ })
130
+
131
+ // 查看免验证用户名单是否存在
132
+ authentication
133
+ .UserWhiteCheck({
134
+ id_card: "120111199901101234",
135
+ real_name: "测试",
136
+ })
137
+ .then((data) => {
138
+ console.log("响应内容:", data)
139
+ })
140
+ .catch((err) => {
141
+ console.log(err.toString())
142
+ })
@@ -0,0 +1,46 @@
1
+ const yzhAPI = require("../yzh/index.js")
2
+ const config = require("./conf/config.js")
3
+
4
+ // 个体工商户注册(云账户新经济 H5)
5
+
6
+ const bizlicxjjh5 = new yzhAPI.Bizlicxjjh5({
7
+ ...config,
8
+ base_url: "https://api-aic.yunzhanghu.com/",
9
+ })
10
+
11
+ // 预启动
12
+ bizlicxjjh5
13
+ .H5GetStartUrl({
14
+ dealer_id: config.dealer_id,
15
+ broker_id: config.broker_id,
16
+ dealer_user_id: "test000",
17
+ client_type: 1,
18
+ notify_url: "https://xxx",
19
+ color: "#8500ff",
20
+ return_url: "https://xxx",
21
+ customer_title: 1,
22
+ })
23
+ .then((data) => {
24
+ console.log("响应内容:", data)
25
+ })
26
+ .catch((err) => {
27
+ console.log(err.toString())
28
+ })
29
+
30
+ // 查询个体工商户状态
31
+ bizlicxjjh5
32
+ .H5EcoCityAicStatus({
33
+ dealer_id: config.dealer_id,
34
+ broker_id: config.broker_id,
35
+ open_id: "",
36
+ dealer_user_id: "test000",
37
+ phone_no: "",
38
+ real_name: "张三",
39
+ id_card: "120110119990000111",
40
+ })
41
+ .then((data) => {
42
+ console.log("响应内容:", data)
43
+ })
44
+ .catch((err) => {
45
+ console.log(err.toString())
46
+ })
@@ -0,0 +1,65 @@
1
+ const yzhAPI = require("../yzh/index.js")
2
+ const config = require("./conf/config.js")
3
+
4
+ // 个体工商户注册(云账户新经济 H5+API)
5
+
6
+ const bizlicxjjh5api = new yzhAPI.Bizlicxjjh5api({...config,base_url: "https://api-aic.yunzhanghu.com/"})
7
+
8
+ // 工商实名信息录入
9
+ bizlicxjjh5api
10
+ .H5PreCollectBizlicMsg({
11
+ dealer_id: config.dealer_id,
12
+ broker_id: config.broker_id,
13
+ dealer_user_id: "test000",
14
+ phone_no: "",
15
+ real_name: "张三",
16
+ id_card: "120110119990000111",
17
+ id_card_address: "",
18
+ id_card_agency: "",
19
+ id_card_nation: "20",
20
+ id_card_validity_start: "",
21
+ id_card_validity_end: "",
22
+ })
23
+ .then((data) => {
24
+ console.log("响应内容:", data)
25
+ })
26
+ .catch((err) => {
27
+ console.log(err.toString())
28
+ })
29
+
30
+ // 预启动
31
+ bizlicxjjh5api
32
+ .H5APIGetStartUrl({
33
+ dealer_id: config.dealer_id,
34
+ broker_id: config.broker_id,
35
+ dealer_user_id: "test000",
36
+ client_type: 2,
37
+ notify_url: "https://xxx",
38
+ color: "#8500ff",
39
+ return_url: "https://xxx",
40
+ customer_title: 1,
41
+ })
42
+ .then((data) => {
43
+ console.log("响应内容:", data)
44
+ })
45
+ .catch((err) => {
46
+ console.log(err.toString())
47
+ })
48
+
49
+ // 查询个体工商户状态
50
+ bizlicxjjh5api
51
+ .H5APIEcoCityAicStatus({
52
+ dealer_id: config.dealer_id,
53
+ broker_id: config.broker_id,
54
+ open_id: "",
55
+ dealer_user_id: "test000",
56
+ phone_no: "",
57
+ real_name: "张三",
58
+ id_card: "120110119990000111",
59
+ })
60
+ .then((data) => {
61
+ console.log("响应内容:", data)
62
+ })
63
+ .catch((err) => {
64
+ console.log(err.toString())
65
+ })