我想要一個web服務(位於同一應用程序)在我看來的結果,所以我取它的行動,如: class MerchantsController < ApplicationController
def list
@cuisines = HTTParty.get('http://localhost:3000/v1/cuisines')
end
end
將此操作命名爲:http:
因此,根據官方文檔樣本,從OneNote響應可能具有以下結構: {
value:{the content we requested},
error:{error if exists with warnings inside if exist},
@api.diagnostics:{warnings if exist}
}
但是,如果響應主體包含不JSON數組,但