riku
2025-08-01 5efcf83a4a67bf5cefbee480c58a697553f9f8de
src/api/fysp/userApi.js
@@ -28,7 +28,7 @@
   * 自动创建账户
   */
  autoCreateAccount(sId) {
    return $fysp.post(`userinfo/create?sceneId=${sId}`).then((res) => res.data);
    return $fysp.post(`userinfo/create?sceneId=${sId}`, {}).then((res) => res.data);
  },
  /**
   * 获取场景对应的飞羽环境系统用户id