Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

31 lines (23 loc) · 929 Bytes

Changelog

1.2.2 - 2024-09-10

  • update:demo

1.2.2 - 2024-09-10

  • update:path

1.2.1 - 2024-09-10

  • update:path

1.2.0 - 2024-09-10

  • update:mod

1.0.1 - 2024-09-04

  • update:ScopeType
    • add TAOBAO_REBIND

1.0.0 - 2024-09-04

  • Init object library
    • Add pay - request response
    • Add auth - request response
    • Add customs - request response
    • Add subscription - request response
    • Add defaultAlipayClient
    • Add genSign(httpMethod string, path string, clientId string, reqTime string, reqBody string, merchantPrivateKey string) (string, error);
    • Add Sign(privateKey *rsa.PrivateKey, data []byte) (string, error);
    • Add (alipayClient *DefaultAlipayClient) Execute(alipayRequest *request.AlipayRequest) (any, error);
    • Add (alipayClient *DefaultAlipayClient) httpDo(url, method string, params, headers map[string]string, data []byte, alipayResponse any) (any, error)