Commit 32baf45b authored by 何娜's avatar 何娜

Update config.prod.js

parent 378be40a
Pipeline #23356 passed with stage
in 2 seconds
...@@ -53,7 +53,7 @@ module.exports = () => { ...@@ -53,7 +53,7 @@ module.exports = () => {
}; };
config.storageAPI = { config.storageAPI = {
host: 'https://lan-nginx.jianbing.com/mongo-service', host: 'https://uat-nginx.jianbing.com/mongo-service',
writeUrl: '', writeUrl: '',
readUrl: '?type=phone&id=', readUrl: '?type=phone&id=',
writeType: 'phone', writeType: 'phone',
...@@ -66,7 +66,7 @@ module.exports = () => { ...@@ -66,7 +66,7 @@ module.exports = () => {
}; };
config.signatureAPI = { config.signatureAPI = {
host: 'https://lan-nginx.jianbing.com/customer-validation', host: 'https://uat-nginx.jianbing.com/customer-validation',
fetchTokenUrl: '/access/gettoken', fetchTokenUrl: '/access/gettoken',
fetchOrderIdUrl: '/order/getordersn', fetchOrderIdUrl: '/order/getordersn',
signatureUrl: '/access/signvaliditycheck', signatureUrl: '/access/signvaliditycheck',
......
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