以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]怎么使用阿里云API发送短信?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=144932)

--  作者:wldhj
--  发布时间:2020/1/3 11:21:00
--  [求助]怎么使用阿里云API发送短信?
https://help.aliyun.com/document_detail/101341.html?spm=a2c4g.11186623.6.616.66b76ed17xOzsC
公共请求参数Signature、Signature、Timestamp用狐表怎么弄?

--  作者:有点蓝
--  发布时间:2020/1/3 11:29:00
--  
http://foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=119481&replyID=805952&skin=1

http://foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=115850&replyID=784192&skin=1

--  作者:wldhj
--  发布时间:2020/1/3 11:48:00
--  
他们用的是SDK,我想用API接口。求求版主帮我看看
这是帮助文档
https://help.aliyun.com/document_detail/101341.html?spm=a2c4g.11186623.6.616.66b76ed17xOzsC
https://help.aliyun.com/document_detail/101343.html?spm=a2c4g.11186623.2.9.3b487535lS8P2F

--  作者:有点蓝
--  发布时间:2020/1/3 13:34:00
--  
下载看sdk的.net的源码,转换为vb.net代码使用:http://converter.telerik.com/
--  作者:wldhj
--  发布时间:2020/1/3 14:47:00
--  
案例是java的,我想问用vb.net怎么得到SignatureNonce、Timestamp,以及计算签名的(签名采用HmacSHA1算法 + Base64,编码采用UTF-8。)
案例:https://help.aliyun.com/document_detail/101343.html?spm=a2c4g.11186623.2.9.3b487535lS8P2F

--  作者:有点蓝
--  发布时间:2020/1/3 14:56:00
--  
有.net的sdk源码的https://help.aliyun.com/document_detail/112145.html?spm=a2c4g.11186623.6.652.2b936ed1TT0eph

我电脑没有安装高版本的vs,暂时打不开项目查看

--  作者:有点蓝
--  发布时间:2020/1/3 15:04:00
--  
阿里云封装的“越来越好”,用记事本看代码就一个字累

SignatureNonce、Timestamp用法在:\\aliyun-openapi-net-sdk-master\\aliyun-net-sdk-core\\Auth\\RpcSignatureComposer.cs
比如,dim SignatureNonce = system.Guid.NewGuid().ToString()

签名算法在\\aliyun-openapi-net-sdk-master\\aliyun-net-sdk-core\\Auth\\Signer\\HmacSHA1Signer.cs

自己转换为vb.net代码使用:http://converter.telerik.com/