Commit c3df268d authored by 姜登's avatar 姜登

/gjj

parent cf7528cd
Pipeline #24576 passed with stage
in 14 seconds
...@@ -21,11 +21,11 @@ module.exports = () => { ...@@ -21,11 +21,11 @@ module.exports = () => {
}; };
config.taskAPI = { config.taskAPI = {
host: 'https://uat-nginx.jianbing.com/scheduler-service', host: 'https://uat-nginx.jianbing.com/scheduler-service',
createTaskUrl: '/create', createTaskUrl: '/gjj/create',
fetchCodeUrl: '/code', fetchCodeUrl: '/gjj/code',
fetchPhoneCodeUrl: '/phonecode', fetchPhoneCodeUrl: '/gjj/phonecode',
submitTaskUrl: '/query', submitTaskUrl: '/gjj/query',
fetchTaskUrl: '/data', fetchTaskUrl: '/gjj/data',
}; };
config.partnerAPI = { config.partnerAPI = {
......
...@@ -25,11 +25,11 @@ module.exports = () => { ...@@ -25,11 +25,11 @@ module.exports = () => {
}; };
config.taskAPI = { config.taskAPI = {
host: process.env.TASKAPI_HOST || 'https://uat-nginx.jianbing.com/scheduler-service', host: process.env.TASKAPI_HOST || 'https://uat-nginx.jianbing.com/scheduler-service',
createTaskUrl: '/create', createTaskUrl: '/gjj/create',
fetchCodeUrl: '/code', fetchCodeUrl: '/gjj/code',
fetchPhoneCodeUrl: '/phonecode', fetchPhoneCodeUrl: '/gjj/phonecode',
submitTaskUrl: '/query', submitTaskUrl: '/gjj/query',
fetchTaskUrl: '/data', fetchTaskUrl: '/gjj/data',
}; };
config.scriptsAPI = { config.scriptsAPI = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment