产品申请出库
POST
http://127.0.0.1:3000/pro/applyOutProduct
请求参数
Body 参数application/x-www-form-urlencoded
id
string
必需
示例值:
1
product_out_id
string
必需
示例值:
10000
product_single_price
string
必需
示例值:
5
product_out_number
string
必需
示例值:
30
product_out_apply_person
string
必需
示例值:
李四
apply_memo
string
必需
示例值:
申请桃子出库
示例代码
返回响应
修改于 2025-01-09 00:58:20