Giter VIP home page Giter VIP logo

cloud-api-doc's People

Contributors

chrischen365 avatar luca-dji avatar noralinlll avatar xyuanai-dji avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cloud-api-doc's Issues

机场执行flyto有时会提示航线文件解析失败

机场执行flyto有时会提示航线文件解析失败,以下是发送个主题及机场的回复
Topic: thing/product/xxxxcxxx/services QoS: 0
{"tid":"2a2da54d-e940-466c-8ed8-7da1d205e7ca","bid":"5ba9225d-8d5f-4ac8-ab66-21ca3f86a201","method":"fly_to_point","data":{"max_speed":12,"fly_to_id":"41c4fdb2-6c6b-4cb6-b6ec-1fd405a1a5ed","points":[{"latitude":36.736336,"longitude":116.962239,"height":100.0}]},"timestamp":1693540328246}

Topic: thing/product/xxxxcxxx/services_reply QoS: 0
{"bid": "5ba9225d-8d5f-4ac8-ab66-21ca3f86a201", "data": {"result": 321004}, "method": "fly_to_point", "tid": "2a2da54d-e940-466c-8ed8-7da1d205e7ca", "timestamp": 1693540348431}

代码错误

@OverRide
public void remove(String key, String sessionId) {
String[] name = key.split("/");
if (name.length != 3) {
log.debug("The key is out of format. [{workspaceId}/{userType}/{userId}]");
return;
}
redisOps.hashDel(RedisConst.WEBSOCKET_PREFIX + name[0], new String[] {sessionId});
redisOps.hashDel(RedisConst.WEBSOCKET_PREFIX + UserTypeEnum.find(Integer.parseInt(name[1])), new String[] {sessionId});
SESSIONS.remove(sessionId);
}

上面加粗部分 UserTypeEnum.find(Integer.parseInt(name[1]))改为UserTypeEnum.find(Integer.parseInt(name[1])).getDesc()

请问媒体和航线的oss用的是同一个么

如题,还有,我配置了oss,但是媒体上传会失败,在java的日志中会看到频繁的调用 /media/api/v1/workspaces/e3dea0f5-37f2-4d79-ae58-490af3228069/fast-upload接口。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.