-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: PostFormAliPayAPISelfV2 实现用于支付宝带有文件上传的接口自行实现方法 (#363)
* ADD:FormAliPayAPISelfV2 实现用于支付宝带有文件上传的接口自行实现方法 // 注意:最新版本的支付宝接口,对于文件的上传已统一改为通过formData上传 // 请求form格式如下: {file: "fileData", "data": BodyMap{"key": "value"}} // 其中file为file请求字段名称,data为其他请求参数(key为文件名,value为文件内容) Co-authored-by: Xi Sun <[email protected]>
- Loading branch information
Showing
2 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters