新增财务记录
POST
http://pig.xinghaoruiye.com/wechat/finance/addRecord
请求参数
参数名
类型
描述
必填
type
int
示例:3 //1保险,2商品猪,3其他(收入),4水电,5人工,6饲料,7药品及消耗品,8检修,9利息,10其他(支出)
必填
status
int
示例:1 //收入,2支出
必填
money
int
示例:200
必填
remark
string
示例:测试其他收入
必填
factoryId
必填
响应参数
参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:操作成功
必填
data
string
示例:
必填