|
|
@@ -4,7 +4,7 @@ const axios = require('axios').default
|
|
|
|
|
|
module.exports = async function (fastify, opts) {
|
|
|
fastify.post('/search', async function (request, reply) {
|
|
|
- let response = await axios.post('https://www.deeperloop.com/api/user/login?_t=' + new Date().getTime(), {
|
|
|
+ let response = await axios.post('https://www.sif.com/api/user/login?_t=' + new Date().getTime(), {
|
|
|
phone: '18390881087',
|
|
|
password: 'Gaole1401'
|
|
|
})
|