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)
......
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
"es6": true, "es6": true,
"enhance": false, "enhance": false,
"postcss": true, "postcss": true,
"preloadBackgroundData": false, "preloadBackgroundData": false,
"minified": true, "minified": true,
"newFeature": false, "newFeature": false,
"coverView": true, "coverView": true,
"nodeModules": false, "nodeModules": false,
"autoAudits": false, "autoAudits": false,
"showShadowRootInWxmlPanel": true, "showShadowRootInWxmlPanel": true,
"scopeDataCheck": false, "scopeDataCheck": false,
"uglifyFileName": false, "uglifyFileName": false,
"checkInvalidKey": true, "checkInvalidKey": true,
"checkSiteMap": true, "checkSiteMap": true,
"uploadWithSourceMap": true, "uploadWithSourceMap": true,
"compileHotReLoad": false, "compileHotReLoad": false,
"useMultiFrameRuntime": true, "useMultiFrameRuntime": true,
"useApiHook": true, "useApiHook": true,
"useApiHostProcess": true, "useApiHostProcess": true,
"babelSetting": { "babelSetting": {
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"enableEngineNative": false, "enableEngineNative": false,
"bundle": false, "bundle": false,
"useIsolateContext": true, "useIsolateContext": true,
"useCompilerModule": true, "useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false, "userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false, "userConfirmedBundleSwitch": false,
"packNpmManually": false, "packNpmManually": false,
"packNpmRelationList": [], "packNpmRelationList": [],
"minifyWXSS": true "minifyWXSS": true
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.16.1", "libVersion": "2.16.1",
"appid": "wxafaf02db6f71f4a3", "appid": "wxafaf02db6f71f4a3",
"projectname": "天择人才小程序", "projectname": "天择人才小程序",
"debugOptions": { "debugOptions": {
"hidedInDevtools": [] "hidedInDevtools": []
}, },
"scripts": {}, "scripts": {},
"staticServerOptions": { "staticServerOptions": {
"baseURL": "", "baseURL": "",
"servePath": "" "servePath": ""
}, },
"isGameTourist": false, "isGameTourist": false,
"simulatorType": "wechat", "simulatorType": "wechat",
"simulatorPluginLibVersion": {}, "simulatorPluginLibVersion": {},
"condition": { "condition": {
"search": { "search": {
"list": [] "list": []
}, },
"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