web封装小程序

时间:2026年06月19日 17:20:16

微信小程序网络请求封装 - 简书

/** * function: 封装网络请求 * @url URL地址 * @params 请求参数 * @method 请求方式:GET/POST * @onSuccess 成功回调 * @onFailed 失败回调 */ function request(url, params, method, onSuc...www.jianshu.com