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 = () => {
};
config.storageAPI = {
host: 'https://lan-nginx.jianbing.com/mongo-service',
host: 'https://uat-nginx.jianbing.com/mongo-service',
writeUrl: '',
readUrl: '?type=phone&id=',
writeType: 'phone',
......@@ -66,7 +66,7 @@ module.exports = () => {
};
config.signatureAPI = {
host: 'https://lan-nginx.jianbing.com/customer-validation',
host: 'https://uat-nginx.jianbing.com/customer-validation',
fetchTokenUrl: '/access/gettoken',
fetchOrderIdUrl: '/order/getordersn',
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