1.1.1681367086 • Published 1 year ago

lingman-uniapp v1.1.1681367086

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

lingman-uniapp API文档

刷新淘宝源

最快需要5分钟时间,普通是10分钟一次 https://npmmirror.com/package/lingman-uniapp

install

npm install lingman-uniapp
yarn add lingman-uniapp
pnpm install lingman-uniapp

Get Post 等网络请求

import { Get, Post } from 'lingman-uniapp'

Post('/api/user/Account/withdraw', data, { // data为post参数
  isLoading: false, // 设置请求的转圈等待
  needResponse: true, // 设置网络请求是否需要回应
  isCustomResponse: false // 设置是否需要自定义响应
})

Get('/api/user/Account/withdraw', data, { // data为query参数
  isLoading: false, // 设置请求的转圈等待
  needResponse: true, // 设置网络请求是否需要回应
  isCustomResponse: false // 设置是否需要自定义响应
})
1.1.1681367086

1 year ago

1.1.1663160474

2 years ago

1.1.1663075613

2 years ago

1.1.1663159969

2 years ago

1.1.1663160548

2 years ago

1.1.1664337445

2 years ago

1.1.1662695773

2 years ago

1.1.1658802121

2 years ago

1.1.1658479423

2 years ago

1.1.1657598915

2 years ago

1.1.1656078512

2 years ago

1.1.1656078303

2 years ago