简要描述:
- 店主订单导入-采购保证金
请求域名:
- http://xx.com
请求URL:
GET/&route=plugin.owner-order-import.frontend.controllers.deposit-asset.index
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回示例:
正确时返回:
{
"result": 1,
"msg": "assets",
"data": {
"deposit_auto_transfer_time": 10,
"assets": {
"id": 1,
"uniacid": 6,
"owner_id": 1,
"deposit": "10911.00",
"purchase": "0.00",
"income": "0.00",
"deposit_auto_transfer": 1,
"balance_daily_transfer": 0,
"created_at": "2026-06-29 14:02:16",
"daily_allocate_rate": "0.00"
}
}
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| assets.deposit | int | 采购保证金 |
| assets.deposit_auto_transfer | int | 自动转入时间开关 |
| deposit_auto_transfer_time | int | 自动转入时间,单位:分钟 |