微信支付,扫码支付

 

商户号绑定发起申请

官方审核需要1-3个工作日
审核通过之后
到165通讯公众号去审核确认
微信支付--商户号管理--待关联商户号(服务商模式)(AppID:wxd8e2cff2bd67f31d)审核通过
已关联商户号


登录公众号
微信支付-商户号管理

 


ASP.NET对路径"xxxxx"的访问被拒绝的解决方法小结
路径访问权限拒绝的问题
iis权限用户
hmk
应用程序池,设置
在IIS6.0中的默认应用程序池-->属性-->标示中把Net Service改成Local System该问题也可以解决。

 

 

怎么下载别人网站上面的字体图标
在CSS文件中找到@font,里有字体地址,有的字体格式,浏览器直接打开,可使用下载工具下载


https://vip.u0537.com/assets/wap/css/iconfont.svg
https://vip.u0537.com/assets/wap/css/iconfont.eot?#iefix

 

http://wx.lywenkai.com/assets/wap/css/iconfont.eot?#iefix

 



扫码支付报文
http://localhost:4066/WeChatManage/user_order/payment/11?Tel=17179107520&Price=99
发送统一接口返回
<xml>
<return_code><![CDATA[SUCCESS]]></return_code>
<return_msg><![CDATA[OK]]></return_msg>
<appid><![CDATA[wx288f944166a4bdc6]]></appid>
<mch_id><![CDATA[1582948931]]></mch_id>
<nonce_str><![CDATA[gelx5Eej34TWkYjL]]></nonce_str>
<sign><![CDATA[4D19F96F050056C904DBD7371D974905]]></sign>
<result_code><![CDATA[SUCCESS]]></result_code>
<prepay_id><![CDATA[wx18152655644502b82539bf421260374600]]></prepay_id>
<trade_type><![CDATA[NATIVE]]></trade_type>
<code_url><![CDATA[weixin://wxpay/bizpayurl?pr=K9tQFgw]]></code_url>
</xml>
{
"code": true,
"status": true,
"msg": "提交成功!",
"data": {
"appid": "wx288f944166a4bdc6",
"code_url": "weixin://wxpay/bizpayurl?pr=OFYuCND",
"mch_id": "1582948931",
"nonce_str": "4A6LIacvMgB85Z5K",
"prepay_id": "wx192043292262622041bfbbfb1311945000",
"result_code": "SUCCESS",
"return_code": "SUCCESS",
"return_msg": null,
"sign": "A210FAD257D860B54EACEE9EFD0E3DDC",
"trade_type": "NATIVE",
"trade_no": "LX-20200419204323176619",
"payid": "17",
"wx_query_href": "http://wx.lywenkai.com/WeChatManage/user_order/queryWx/17",
"wx_query_over": "http://wx.lywenkai.com/WeChatManage/user_order/paymentFinish/17"
}
}
{
"code": true,
"status": true,
"msg": "OK",
"data": {
"appid": "wx47d66792fce46e53",
"code_url": "weixin://wxpay/bizpayurl?pr=lixpXgt",
"mch_id": "1578967541",
"nonce_str": "6tTUySl8f9CsXglS",
"prepay_id": "wx1617093535248335cce6fa041986887400",
"result_code": "SUCCESS",
"return_code": "SUCCESS",
"return_msg": "OK",
"sign": "867FEFF902333B11F87485D882F0FFFD",
"trade_type": "NATIVE",
"trade_no": "20200416171058_802195_1",
"payid": "215476",
"wx_query_href": "https://vip.u0537.com/user_order/queryWx/logid-215476.html",
"wx_query_over": "https://vip.u0537.com/user_order/paymentFinish/logid-215476.html"
}
}

回调报文

<?xml version="1.0" encoding="UTF-8"?>
<xml>
<appid>
<![CDATA[wx288f944166a4bdc6]]>
</appid>
<bank_type>
<![CDATA[OTHERS]]>
</bank_type>
<cash_fee>1</cash_fee>
<fee_type>
<![CDATA[CNY]]>
</fee_type>
<is_subscribe>
<![CDATA[Y]]>
</is_subscribe>
<mch_id>
<![CDATA[1582948931]]>
</mch_id>
<nonce_str>
<![CDATA[98BACD18187522A70CBCA35C2562A503]]>
</nonce_str>
<openid>
<![CDATA[oFY4Qt28aQ6vjUldz9BfvINb2NlM]]>
</openid>
<out_trade_no>
<![CDATA[LX-20200419203921177452]]>
</out_trade_no>
<result_code>
<![CDATA[SUCCESS]]>
</result_code>
<return_code>
<![CDATA[SUCCESS]]>
</return_code>
<sign>
<![CDATA[2E1D122E06F91E93E8B2705D330241DB]]>
</sign>
<time_end>
<![CDATA[20200419204028]]>
</time_end>
<total_fee>1</total_fee>
<trade_type>
<![CDATA[NATIVE]]>
</trade_type>
<transaction_id>
<![CDATA[4200000525202004196668100608]]>
</transaction_id>
</xml>

<xml>
<return_code><![CDATA[SUCCESS]]></return_code>
<return_msg><![CDATA[OK]]></return_msg>
<appid><![CDATA[wx2421b1c4370ec43b]]></appid>
<mch_id><![CDATA[10000100]]></mch_id>
<nonce_str><![CDATA[IITRi8Iabbblz1Jc]]></nonce_str>
<openid><![CDATA[oUpF8uMuAJO_M2pxb1Q9zNjWeS6o]]></openid>
<sign><![CDATA[7921E432F65EB8ED0CE9755F0E86D72F]]></sign>
<result_code><![CDATA[SUCCESS]]></result_code>
<prepay_id><![CDATA[wx201411101639507cbf6ffd8b0779950874]]></prepay_id>
<trade_type><![CDATA[JSAPI]]></trade_type>
</xml>

反馈报文
<xml>
<return_code><![CDATA[FAIL]]></return_code>
<return_msg><![CDATA[mch_id参数格式错误]]></return_msg>
</xml>

生成二维码
"<img src="/WeChatManage/user_index/getPageqr/?pageurl=weixin%3A%2F%2Fwxpay%2Fbizpayurl%3Fpr%3DK9tQFgw" style="max-width:100%;" />"


<?xml version="1.0" encoding="utf-8"?>

<xml>
<sub_openid><![CDATA[oFY4Qt28aQ6vjUldz9BfvINb2NlM]]></sub_openid>
<time_start><![CDATA[20200401160707]]></time_start>
<total_fee><![CDATA[59900]]></total_fee>
<notify_url><![CDATA[http://wx.lywenkai.com/Weixin/Notify]]></notify_url>
<mch_id><![CDATA[102513790412]]></mch_id>
<mch_create_ip><![CDATA[58.57.32.162]]></mch_create_ip>
<is_raw><![CDATA[1]]></is_raw>
<nonce_str><![CDATA[DvpyF58tXN5mawAnfWrobvIUTgFmirmj]]></nonce_str>
<time_expire><![CDATA[20200401160807]]></time_expire>
<sign_type><![CDATA[MD5]]></sign_type>
<sign><![CDATA[C918741E93AD60C5A78C0A3846FDB60E]]></sign>
<charset><![CDATA[UTF-8]]></charset>
<sub_appid><![CDATA[wx288f944166a4bdc6]]></sub_appid>
<body><![CDATA[手机号码购买]]></body>
<service><![CDATA[pay.weixin.jspay]]></service>
<attach><![CDATA[2017111123001]]></attach>
<out_trade_no><![CDATA[200401160707003]]></out_trade_no>
</xml>

posted on 2020-04-24 21:06  张彦山  阅读(3211)  评论(0编辑  收藏  举报