Results 4 issues of yao

`$http.get(url, { params: { test :[1,2] } } ` i want `url?test=1&test=2` but return `test[]=1&test[]=2` can you fix it ? `./src/url/index.js` ` function serialize(params, obj, scope) { ....... if (scope)...

# 关于当日买入后, volume_frozen_today , volume_today 值问题 1. 空仓建仓后应为 ``` assert pos.volume_long_his == 0 assert pos.volume_long == amount assert pos.volume_long_today == amount # 此项源码作为结算使用 assert pos.volume_long_frozen_today == 0 # TODO 买入是否需要冻结?...

目测是coeff 导致的, vi QAQIFIAccount.py +674 ``` release_money = trade_amount * frozen.get('coeff', 1) ``` 我本地版本的改动在vi QAQIFIAccount.py +661 ``` frozen = self.frozen.get( order_id, {'order_id': order_id, 'money': 0, 'coeff': 0, 'amount': 0, 'price':...

1. 卖出委托,部分成交执行make_deal 报找不到字段coeff错 2. 卖出委托 部分成交后(未结算)持仓的状态量值问题 ``` assert pos.volume_long == amount - part_deal # 1000 - 300 股 assert pos.volume_long_his == amount - part_deal # 1000 - 300股 assert pos.volume_long_today...