Skip to content

Python开发的海尔机理库模型Demo

biancl/python-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

海尔机理库代码开发及集成平台Python模型演示项目

镜像地址:biancl/python-demo:latest

接口列表:

  1. plus接口
    • 接口名称:plus
    • 请求方法:get
    • 参数名称: x、y
    • 参数类型:number
    • 返回结果:x+y
  2. minus接口
    • 接口名称:minus
    • 请求方法:get
    • 参数名称: x、y
    • 参数类型:number
    • 返回结果:x-y
  3. multi接口
    • 接口名称:multi
    • 请求方法:get
    • 参数名称: x、y
    • 参数类型:number
    • 返回结果:x*y
  4. devide接口
    • 接口名称:multi
    • 请求方法:get
    • 参数名称: x、y
    • 参数类型:number
    • 返回结果:x/y

About

Python开发的海尔机理库模型Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published