Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 11, 2023
1 parent e12aa83 commit f959181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ npm install @uni-helper/uni-network
import un from '@uni-helper/uni-network';

// 请求特定 ID 的用户数据
un.get('user?ID=12345')
un.get('/user?ID=12345')
.then((response) => {
// 处理响应
console.log('response', response);
Expand Down

0 comments on commit f959181

Please sign in to comment.