Commit 43027016 authored by 何娜's avatar 何娜

新版社保 迁移测试

parent 6e01abfb
Pipeline #21275 passed with stage
in 12 seconds
......@@ -59,7 +59,7 @@ class OrderController extends Controller {
cityId: '',
appKey,
status: 'init',
notifyUrl: notifyUrl || (ctx.app.notifyMap.get(appKey) && ctx.app.notifyMap.get(appKey).notifyUrl) || '',
notifyUrl: notifyUrl || (ctx.app.notifyMap && ctx.app.notifyMap.get(appKey) && ctx.app.notifyMap.get(appKey).notifyUrl) || '',
backUrl,
type: 'h5',
};
......
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