HTML <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/19 ...
分类:
Web程序 时间:
2016-06-24 12:11:53
阅读次数:
395
微信登錄(網頁授權)之後的獲取用戶的信息需要三步: 第一步:詳見網頁微信授權(我的博客微信開發分類中); 第二步:獲取access_token; 第三步:獲取用戶的個人信息; 下面是對上面函數的調用: 至此,用戶的信息就獲取到了。接下來做公衆號的php支付了。詳見博客微信開發 微信支付PHP SDK ...
分类:
微信 时间:
2016-06-23 22:03:05
阅读次数:
270
post request: { "action":"getAppMsg", "token":"b6d52fd8-b61f-43e5-8e34-6b18a2378666", "isDebug":1, "requestData": { "PageSize":3, "PageIndex":0, "Keyw ...
分类:
移动开发 时间:
2016-06-23 06:31:09
阅读次数:
251
post request { "action":"getAppMenu", "token":"b6d52fd8-b61f-43e5-8e34-6b18a2378666", "isDebug":1 } response: { "data": [ { "Field": "UserInfo", "Key" ...
分类:
移动开发 时间:
2016-06-23 06:30:11
阅读次数:
204
post request: { "action":"getUserProfileAndMenu", "token":"fa379b00-4a3c-486f-81fe-5de1f5e890cc", "isDebug":1 } response: { "data": { "Menus": [ { "Fi ...
分类:
移动开发 时间:
2016-06-23 06:29:14
阅读次数:
184
在使用post或者put等方法请求时,有时会报TokenMismatchException in VerifyCsrfToken.php line 67错误。原因是laravel默认开启了防CSRF。要解决该问题有两种方式,一种是在请求时将token值也提交过去,另一种是在防CSRF时排除所请求的路 ...
分类:
其他好文 时间:
2016-06-22 18:35:17
阅读次数:
716
1.下载ngrok,并注册获得token。官网下载地址:https://ngrok.com/ 如果你是在官网下载的,到后面映射域名的时候会要求购买他们的服务。 这里我们用一个国内免费的ngrok服务器。http://ngrok.2bdata.com/ 。里面有详细的教程。在此我们要感谢那些无私风险的 ...
分类:
微信 时间:
2016-06-20 20:19:38
阅读次数:
428
在创建用户时报[root@controller~]#openstackusercreate--password-promptneutronUserPassword:RepeatUserPassword:Therequestyouhavemaderequiresauthentication.(HTTP401)(Request-ID:req-6750cf88-b2b0-4f07-89fa-解决方法:把admin-token中的admin-token环境变量去掉[root@..
分类:
其他好文 时间:
2016-06-20 19:01:03
阅读次数:
170
http://localhost:2448/api/ashx/service.ashx POST request: { "action": "handleOrder", "token": "dfdf42fb-b623-4da9-8130-19b0fc0e63c2", "isDebug": 1, "r ...
分类:
其他好文 时间:
2016-06-18 19:56:20
阅读次数:
186
request: { "action":"getMySingleOrderV2", "isDebug":1, "token":"68665b33-8d4b-4f1e-bb16-55d76d86d9b9", "requestData": { "OrderKey":"9c576e24-2f48-407a ...
分类:
其他好文 时间:
2016-06-18 19:53:46
阅读次数:
166