Commit fcd6da74 authored by hetengji's avatar hetengji

域名

parent 9ab748c1
......@@ -91,7 +91,7 @@ Page({
url: apiList.material_signPay,
type: "GET",
data: {
repair_order_id: 160
order_id: 160
},
callback: (data) => {
console.log(data)
......
......@@ -61,17 +61,24 @@
"conversation": {
"list": []
},
"game": {
"plugin": {
"list": []
},
"plugin": {
"game": {
"list": []
},
"gamePlugin": {
"list": []
},
"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 = {
repair_appraisal: '/api/v1.0/repair/appraisal', // 评价接口
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', // 首次保存手机号接口
}
\ 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