资讯中心

资讯中心

当前位置:主页 > 资讯中心 > 最新资讯 >

微信小程序接受asp.net 返回的json值处理

发布时间:作者:济南小程序开发来源:未知点击:

一:微信小程序接受asp.net 返回的json值处理


  1. wx.request({
  2. url: 'https://l网址er.aspx',
  3. data: {
  4. openId: wx.getStorageSync('openId'),
  5. requestType: "query"
  6. },
  7. success: function (response) {
  8. //
  9. //console.log(response)
  10. //console.log(response.data)
  11. //console.log(response.statusCode)
  12. if (response.statusCode == '200') {
  13. var count = response.data.indexOf("\r\n\r\n<!DOC");
  14. var str = response.data.substring(0, count)
  15. var json = JSON.parse(str)
  16. //保存信息
  17. console.log(str+"长度" + json.length)
  18. } else {
  19. wx.showToast({
  20. title: '信息读取失败,请联系客服!',
  21. icon: 'success',
  22. duration: 1500
  23. })
  24. }
  25. }
  26. });

二:判断是否是手机号


  1. validatemobile: function (mobile) {
  2. if (mobile.length == 0) {
  3. wx.showToast({
  4. title: '请输入手机号!',
  5. icon: 'success',
  6. duration: 1500
  7. })
  8. return false;
  9. }
  10. if (mobile.length != 11) {
  11. wx.showToast({
  12. title: '手机号长度有误!',
  13. icon: 'success',
  14. duration: 1500
  15. })
  16. return false;
  17.  

TOP

QQ客服

15069066861

拨打电话