Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddmy/ulink-request
适用于微信小程序和ulink的请求二次封装
https://github.com/ddmy/ulink-request
Last synced: about 7 hours ago
JSON representation
适用于微信小程序和ulink的请求二次封装
- Host: GitHub
- URL: https://github.com/ddmy/ulink-request
- Owner: ddmy
- Created: 2021-10-09T09:01:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T10:06:47.000Z (about 3 years ago)
- Last Synced: 2024-11-08T01:41:21.007Z (12 days ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## http请求
### 使用方式
```
import http from 'ulink-request'
const $http = http({ Ulink, wx })
```
> 将`$http`挂载到全局可访问的地方进行使用