Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddmy/ulink-request

适用于微信小程序和ulink的请求二次封装
https://github.com/ddmy/ulink-request

Last synced: about 7 hours ago
JSON representation

适用于微信小程序和ulink的请求二次封装

Awesome Lists containing this project

README

        

## http请求
### 使用方式
```
import http from 'ulink-request'
const $http = http({ Ulink, wx })
```
> 将`$http`挂载到全局可访问的地方进行使用