/** * @Author: zou.yingbin * @Create : 2021/8/13 12:46 * @Modify : 2021/8/13 12:46 */ package mtpcache // GetQuotePrice 获取最新行情, 如若没有, 则获取昨结 func GetQuotePrice(goodsCode string) (int64, bool) { return 0, false }