文档
测试

申请资金

POST
storeinfo/applyfund

接口描述

参数也是放在body中 见下面说明

请求头

参数名
类型
描述
必填
token
门店的token
必填

响应参数

参数名
类型
描述
必填
applyLogName
申请名称
必填
applyLogContent
申请的内容
必填
applyFund
金额
必填

说明 / 示例

需要上传的参数: {"applyLogName":"垫支额度申请","applyLogContent":"用太多需要点资,哈哈哈3244201","applyFund":"1.235454"} 返回的数据 { "status": 200, "msg": "OK", "data": "申请成功", "ok": true }