代码改变世界

随笔档案-2018年03月

mvc webapi 授权demo

2018-03-31 16:39 by FingalZhu, 271 阅读, 收藏,
摘要: 参考资料https://www.cnblogs.com/Leo_wl/p/4919783.htmlhttps://msdn.microsoft.com/zh-cn/library/microsoft.aspnet.identity.entityframework(v=vs.111).aspxhttps://www.cnblogs.com/xsj1989/p/5287375.html --> ... 阅读全文

"Xamarin Live Player 1.5.174 (674)" for iOS is now available totest

2018-03-17 18:29 by FingalZhu, 788 阅读, 收藏,
摘要: 先安装苹果的TestFlight ,TestFlight里的app应用有过期时间限制。打开TestFlight 看到Xamarin Live Player 更新版本 通过TestFlight发布测试版本安装到客户手机上Xamarin Live Player 1.5.174 (674) for iOS is ready to test What To Test:- Fix for F# based ... 阅读全文

7支付宝支付基础

2018-03-17 17:31 by FingalZhu, 227 阅读, 收藏,
摘要: mvc 网关地址 http://xxxxxx.com/return_url 回调地址 http://xxxxxxx/alipay/notify_url https://docs.open.alipay.com 手机网站支付可以调起支付宝客户端支付,若无法唤起则自动进入网页支付流程 支付流程 http 阅读全文

6支付宝资源

2018-03-09 23:48 by FingalZhu, 127 阅读, 收藏,
摘要: https://docs.open.alipay.com/54/103419 https://docs.open.alipay.com/66/104511 https://github.com/stulzq/Alipay.AopSdk.Core https://github.com/blrchen/ 阅读全文

4支付宝notify_url return_url

2018-03-09 23:46 by FingalZhu, 152 阅读, 收藏,
摘要: notify_url 异步通知更新付款 return_url get付款完成后跳转到我们的网站支付完成页面 mvc 网关地址 http://xxxxxx.com/return_url 回调地址 http://xxxxxxx/alipay/notify_url 花生壳调试 参考http://www.b 阅读全文

3手机网站支付流程

2018-03-09 23:45 by FingalZhu, 133 阅读, 收藏,
摘要: APP跳转支付宝手机网页支付完成支付 https://docs.open.alipay.com/203 阅读全文

2支付宝手机网站两个接口对应的demo 密钥工具说明

2018-03-09 23:43 by FingalZhu, 265 阅读, 收藏,
摘要: https://openapi.alipaydev.com/gateway.do 这个接口对应demohttps://docs.open.alipay.com/54/103419 以下工具用于开放平台 openapi接口 RSA工具下载地址https://docs.open.alipay.com/5 阅读全文

1RSA私钥及公钥生成

2018-03-09 23:41 by FingalZhu, 1931 阅读, 收藏,
摘要: 2.选择密钥长度,新建应用请务必使用2048位。 (目前已使用1024位密钥长度的应用仍然可以正常调用接口,详情请见开放平台接口签名方式升级公告。) TIPS:除了使用支付宝提供的一键生成密钥工具外,也可以使用OpenSSL工具命令生成密钥。教程 https://docs.open.alipay.c 阅读全文