Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 增加 AES 解密方法 #141

Merged
merged 1 commit into from
Jun 15, 2024
Merged

feat: 增加 AES 解密方法 #141

merged 1 commit into from
Jun 15, 2024

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Jun 15, 2024

closes #140

@fengmk2 fengmk2 added the enhancement New feature or request label Jun 15, 2024
Copy link

codecov bot commented Jun 15, 2024

Codecov Report

Attention: Patch coverage is 70.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.34%. Comparing base (e4d44e5) to head (7e8c272).
Report is 1 commits behind head on master.

Files Patch % Lines
src/alipay.ts 70.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   92.43%   92.34%   -0.09%     
==========================================
  Files           7        7              
  Lines        1481     1490       +9     
  Branches      202      202              
==========================================
+ Hits         1369     1376       +7     
- Misses        112      114       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fengmk2 fengmk2 merged commit 28270d9 into master Jun 15, 2024
10 of 12 checks passed
@fengmk2 fengmk2 deleted the aesDecrypt branch June 15, 2024 13:09
fengmk2 pushed a commit that referenced this pull request Jun 15, 2024
[skip ci]

## [4.9.0](v4.8.0...v4.9.0) (2024-06-15)

### Features

* 增加 AES 解密方法 ([#141](#141)) ([28270d9](28270d9))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

接口内容加密方式如何验证
1 participant