Commit 4834c4df authored by 姜登's avatar 姜登

uuid

parent 57671f14
Pipeline #4127 passed with stage
in 2 seconds
......@@ -58,7 +58,7 @@ class OrderController extends Controller {
taskId: '',
userId: userId || '',
cityId: '',
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: backUrl || '',
appKey: appKey,
status: 'init',
......
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