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

add more builtin function & model #183

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Conversation

peze
Copy link
Contributor

@peze peze commented Feb 6, 2024

No description provided.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4906c2c) 96.39% compared to head (c4fcb9d) 96.39%.

❗ Current head c4fcb9d differs from pull request most recent head cdea576. Consider uploading reports for the commit cdea576 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #183   +/-   ##
=======================================
  Coverage   96.39%   96.39%           
=======================================
  Files          13       13           
  Lines        3103     3105    +2     
=======================================
+ Hits         2991     2993    +2     
  Misses        112      112           

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

*/
static function HmacSHA1Sign(stringToSign: string, secret: string): bytes;
static function HmacSHA1Sign(stringToSign: string, secret: string): string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string 是带编码的哦。

@JacksonTian JacksonTian merged commit 2c599bf into aliyun:master Mar 6, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants