getJson method

Map<String, dynamic> getJson()

获取接口参数

Implementation

Map<String, dynamic> getJson() => {
      "amount": getAmount(),
      "arrivalPrice": getArrivalPrice(),
      "endTime": getEndTime(),
      "imageUrl": getImageUrl(),
      "productId": getProductId(),
      "title": getTitle(),
      "type": getType()
    };