如何在Google Pay Android中添加送货方式

问题描述

enter image description here

根据Gpay文件,我为送货方式创建了Json请求(gpay),例如:

 currencyCode: "USD",countryCode: "US",totalPriceStatus: "FINAL",totalPrice: "12.00",totalPriceLabel: "Total",checkoutoption: "DEFAULT",newShippingOptions: {
            defaultSelectedOptionId: "shipping-001",shippingOptions: [
        {
          "id": "shipping-001","label": "Free: Standard shipping","description": "Free Shipping delivered in 5 business days."
        }
      ]
    },

但是我遇到开发人员错误,无法执行此Json请求。 谁能告诉我,我这是怎么了?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)