摘要: 先上图! ![](https://img2023.cnblogs.com/blog/3102621/202306/3102621-20230608113446002-173365701.gif) 出现图片上的问题,图片是我网上找的 问题描述: 只会出现在c#前端js页面中并且只在body里面的js中 阅读全文
posted @ 2023-06-08 11:41 煜灵 阅读(96) 评论(0) 推荐(0)
摘要: 前端js: 点击查看代码 ``` var local = encodeURIComponent(window.location.href); var appid = $("#appId").text();//公众号 var url = 'https://open.weixin.qq.com/conn 阅读全文
posted @ 2023-06-08 11:28 煜灵 阅读(485) 评论(0) 推荐(0)
摘要: openid:用户openId outTradeNo:订单编号 description:商品描述 totalFee:金额 public string UnifiedOrder(string openid, string outTradeNo, string description, int tota 阅读全文
posted @ 2023-06-08 11:19 煜灵 阅读(53) 评论(0) 推荐(0)