MCPcopy Create free account
hub / github.com/CoderOpen/waimai / test

Function test

front/utils/request.js:46–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46function test() {
47 //111.13.100.92
48 uni.request({
49 url: 'https://www.baidu.com/', //仅为示例,并非真实接口地址。
50 success: (res) => {
51 console.log(res.data);
52 }
53 });
54}
55
56
57import config from '../config/config.js';

Callers

nothing calls this directly

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected