Commit d3037637 authored by liujiaxin's avatar liujiaxin

ff

parent 7c351585
......@@ -8,7 +8,7 @@ import shop from "../model/shop";
class Api {
static askUser() {
return new Promise((resolve, reject) => {
console.log(`[askUser] ${ globalThis.____GAME_ENV____.baseUrl}/pets/info`)
console.log(`[askUser] ${ globalThis.____GAME_ENV____.baseUrl}pets/info`)
pg.http.send("GET", `${ globalThis.____GAME_ENV____.baseUrl}pets/info`, null).then((userInfo: any) => {
// let userInfo = USER;
try{
......
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