@yunzhanghu/sdk-nodejs 1.0.13 → 1.0.14

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 (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  使用云账户 SDK for Node.js 前,您需先获取 dealer_id、broker_id、3DES Key、App Key、云账户公钥。
16
16
  获取方式:使用开户邮件中的账号登录【[云账户综合服务平台](https://service.yunzhanghu.com)】,选择“业务中心 > 业务管理 > 对接信息”,查看并获取以上配置信息。
17
- ![获取配置信息](https://yos.yunzhanghu.com/getobject/duijiexinxi-3.png?isAttachment=false&fileID=4d073f5df6ccd7f16db1f3f21016dec959381154&signature=9pXBRSdwjXtnLesLnv4ASa7Hxmhu46PaBJXb%2BQxVvpg%3D)
17
+ ![获取配置信息](https://yos.yunzhanghu.com/getobject/2025-02-10-duijiexinxi.png?isAttachment=false&fileID=aed58af41aedcc178a160094cf57bea52b5ead65&signature=FGeLvvOykgSldgmDzR%2F%2FxLDH%2FDL049Bz5OWR8XnyohE%3D)
18
18
 
19
19
  ### 2、生成密钥
20
20
 
@@ -39,7 +39,7 @@ OpenSSL-> rsa -in private_key.pem -pubout -out pubkey.pem
39
39
  ### 3、配置密钥
40
40
 
41
41
  登录【[云账户综合服务平台](https://service.yunzhanghu.com)】,选择“业务中心 > 业务管理 > 对接信息”,单击页面右上角的“编辑”,配置平台企业公钥。
42
- ![配置平台企业公钥信息](https://yos.yunzhanghu.com/getobject/duijiexinxi-4.png?isAttachment=false&fileID=6f4c1927c490566e68cfb608cc951c2dbb14132d&signature=KVHB%2B6cIkAkHxSKNpBsrKy%2FQU%2FRFDnE4G6dDvw%2BROHU%3D)
42
+ ![配置平台企业公钥信息](https://yos.yunzhanghu.com/getobject/2025-02-11-dealerpublickey.png?isAttachment=false&fileID=6359c3b70c1a93aad5d230c76095a8baa61f4627&signature=pDmxtJYTn9Rghn1POO3XAWHXo1wIBenFXAu9ABEyGbk%3D)
43
43
 
44
44
  ## 安装云账户 SDK for Node.js
45
45
 
@@ -71,8 +71,6 @@ OpenSSL-> rsa -in private_key.pem -pubout -out pubkey.pem
71
71
  - 个体工商户注册
72
72
  - [云账户新经济 H5](./example/bizlicXjjH5.js)
73
73
  - [云账户新经济 H5+API](./example/bizlicXjjH5Api.js)
74
- - [云账户共享大额 H5](./example/bizlicGxV2H5.js)
75
- - [云账户共享大额 H5+API](./example/bizlicGxV2H5Api.js)
76
74
  - [实时支付](./example/payment.js)
77
75
  - [异步通知](./example/notify.js)
78
76
  - [对账文件获取](./example/dataService.js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yunzhanghu/sdk-nodejs",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "云账户 SDK for Node.js",
5
5
  "main": "yzh/index.js",
6
6
  "scripts": {