摘要: using System; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Threading.Tasks; namespace HttpClientSample { public class Product { public string ... 阅读全文
posted @ 2018-04-24 18:23 zmaiwxl 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1.添加第三方库,如下图: 2.支付代码: 3.回调: 5.小程序端代码: pay: function () { wx.showLoading({ title: '正在支付' }) app.httpService("weixinPay/Pay", { openId: this.data.openid 阅读全文
posted @ 2018-04-24 16:41 zmaiwxl 阅读(3116) 评论(1) 推荐(0) 编辑