明树Git Lab

Commit 4a4dbe44 authored by yangyajing's avatar yangyajing

modify id

parent 3049f4ba
...@@ -28,7 +28,7 @@ $(function () { ...@@ -28,7 +28,7 @@ $(function () {
data: JSON.stringify({ data: JSON.stringify({
page: page, page: page,
pageSize: 5, pageSize: 5,
openId: openId openid: openId
}), }),
dataType: "json", dataType: "json",
success: (res) => { success: (res) => {
...@@ -120,7 +120,7 @@ $(function () { ...@@ -120,7 +120,7 @@ $(function () {
type: "post", type: "post",
contentType: "application/json", contentType: "application/json",
data: JSON.stringify({ data: JSON.stringify({
openId: openId, openid: openId,
question: question, question: question,
answer: answer answer: answer
}), }),
......
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