Commit b7e243a0 authored by web's avatar web

up

parent 9016a99b
...@@ -187,7 +187,7 @@ const formSubmit = async () => { ...@@ -187,7 +187,7 @@ const formSubmit = async () => {
} }
} }
console.log("formSubmit data", data) console.log("formSubmit data", data)
let price = 10 let price = 8
let response = await aonet.prediction("/predictions/ai/pulid", data,price) let response = await aonet.prediction("/predictions/ai/pulid", data,price)
console.log("test", response) console.log("test", response)
if (response && response.code == 200 && response.data) { if (response && response.code == 200 && response.data) {
......
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