02 2018 档案

摘要:1.post请求 wx.request(OBJECT) wx.request 发起的是 HTTPS 请求。一个微信小程序,同时只能有5个网络请求连接。 官网上描述 参数名类型必填说明 url String 是 开发者服务器接口地址 data Object、String 否 请求的参数 header 阅读全文
posted @ 2018-02-08 10:43 get("新技能") 阅读(13721) 评论(0) 推荐(0)
摘要:select ch_app.*, A.username ,A.realname , B.username,B.realname,C.username,C.realname from ch_app left join ch_user A on ch_app.uid = A.uid left join 阅读全文
posted @ 2018-02-02 11:46 get("新技能") 阅读(212) 评论(0) 推荐(0)