Commit 1bbe6b47 by 陆志强

Merge branch 'feature/question' into dev

parents 68cd3790 4711e044
......@@ -78,5 +78,5 @@ export const getUserSimpleInfo = (data) => get('/user/openapi/getUserSimpleInfo'
export const saveAnswer = (data) =>
flag
? post('/activity/Draw/saveAnswer', data)
: post('/activity/Draw/saveAnswer', { data, baseURL: activityDomain })
: post('/activity/Draw/saveAnswer', data, { baseURL: activityDomain })
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 sign in to comment