Commit fcd6da74 authored by hetengji's avatar hetengji

域名

parent 9ab748c1
...@@ -91,7 +91,7 @@ Page({ ...@@ -91,7 +91,7 @@ Page({
url: apiList.material_signPay, url: apiList.material_signPay,
type: "GET", type: "GET",
data: { data: {
repair_order_id: 160 order_id: 160
}, },
callback: (data) => { callback: (data) => {
console.log(data) console.log(data)
......
...@@ -61,17 +61,24 @@ ...@@ -61,17 +61,24 @@
"conversation": { "conversation": {
"list": [] "list": []
}, },
"game": { "plugin": {
"list": [] "list": []
}, },
"plugin": { "game": {
"list": [] "list": []
}, },
"gamePlugin": { "gamePlugin": {
"list": [] "list": []
}, },
"miniprogram": { "miniprogram": {
"list": [] "list": [
{
"id": -1,
"name": "pages/translate/translate",
"pathName": "pages/quickPay/confirmPay/confirmPay",
"scene": null
}
]
} }
} }
} }
\ No newline at end of file
...@@ -9,6 +9,6 @@ module.exports = { ...@@ -9,6 +9,6 @@ module.exports = {
repair_appraisal: '/api/v1.0/repair/appraisal', // 评价接口 repair_appraisal: '/api/v1.0/repair/appraisal', // 评价接口
material_list: '/api/v1.0/material/list', // 收费明细接口 material_list: '/api/v1.0/material/list', // 收费明细接口
material_signPay: '/api/v1.0/material/signPay', // 收费明细接口 material_signPay: '/api/v1.0/pay', // 收费明细接口
firstSave_phone: '/api/v1.0/firstSavePhone', // 首次保存手机号接口 firstSave_phone: '/api/v1.0/firstSavePhone', // 首次保存手机号接口
} }
\ No newline at end of file
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