li.shaoyi %!s(int64=3) %!d(string=hai) anos
pai
achega
43ce6d5f79
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/services/go/quote/index.ts

+ 0 - 1
src/services/go/quote/index.ts

@@ -25,7 +25,6 @@ export function QueryHistoryTikDatas(param: type.QueryHistoryTikDatas): Promise<
  * @returns QueryQuoteDay
  */
 export function QueryQuoteDay(goodsCodes: string): Promise<string> {
-    console.log('goodsCodes', goodsCodes)
     return commonSearch_go('/Quote/QueryQuoteDay', { goodsCodes }).then(res => {
         console.log('获取商品盘面信息', res)
         APP.set('quoteDayInfo', res)