ines-num lines-num-new"> 69
+ a.totalEstimateQuantity = stock.totalEstimateQuantity
+ a.costPrice = stock.costPrice
+ a.storeId = stock.storeId
+ a.storeName = stock.storeName
+ a.quantity = stock.totalQuantity
+ a.estimateQuantity = stock.totalEstimateQuantity
+
+ try:
+ f = a.getResponse(JOS['accessToken'])
+ print(json.dumps(f, ensure_ascii=False))
+ except Exception, e:
+ print(e)