同步操作将从 来客推/商城系统(PC.小程序.APP.架构SaaS)当PHP遇上了Java,还来个GO 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
function formatTime(date) {var year = date.getFullYear()var month = date.getMonth() + 1var day = date.getDate()var hour = date.getHours()var minute = date.getMinutes()var second = date.getSeconds()return [year, month, day].map(formatNumber).join('/') + '' + [hour, minute, second].map(formatNumber).join(':')}function formatNumber(n) {n = n.toString()return n[1] ? n : '0' + n}function getUesrBg(that) {wx.request({url: that.d.laikeUrl + '&action=app&m=cart',method: 'post',data: {openid: that.globalData.userInfo.openid,},header: {'Content-Type': 'application/x-www-form-urlencoded'},success: function (res) {var num = res.data.cart.toString()if (num > 0) {wx.setTabBarBadge({index: 3,text: num,})}},fail: function (e) {},});}function getUesrBgplus(that, app, is) {wx.request({url: app.d.laikeUrl + '&action=app&m=cart',method: 'post',data: {openid: app.globalData.userInfo.openid,},header: {'Content-Type': 'application/x-www-form-urlencoded'},success: function (res) {if (is) {that.setData({cart: res.data.cart})return null}if (res.data.cart) {wx.setTabBarBadge({index: 3,text: res.data.cart,})} else {wx.removeTabBarBadge({index: 3})}},fail: function (e) {},});}/** 假设你访问的后台登录路径是:https://www.laiketui.com/app/LKT/index.php?module=Login* 那么你在这里填的路径应该是:https://www.laiketui.com/app/LKT/index.php?module=api&software_name=3&edition=1.0* 假设你访问的后台登录路径是:https://www.baidu.com/LKT/index.php?module=Login* 那么你在这里填的路径应该是:https://www.baidu.com/LKT/index.php?module=api&software_name=3&edition=1.0* &software_name=3&edition=1.0 这条路径必需带上,不带会发生登录不了的情况*/function getUri() {return 'http://localhost/open/app/LKT/index.php?module=api&software_name=3&edition=1.0'}module.exports = {formatTime: formatTime,getUesrBg: getUesrBg,getUesrBgplus: getUesrBgplus,getUri: getUri}function checkStringEmpty(data) {if (null == data || "" == data) {return false;}return true;}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。