无
名称 |
描述 |
值 |
body |
当result为零时内空为3个集合 |
|
cmPriceInfo |
移动列表 |
|
cuPriceInfo |
联通列表 |
|
cnnPriceInfo |
电信列表 |
|
discount |
流量折后价格 |
|
flow |
流量大小 |
|
nameKey |
流量包名称,发送时用 |
|
price |
流量价格 |
|
startDataTime |
生效日期 |
|
validityPeriod |
生效时长 |
|
|
|
|
例
{ "body": { "cmPriceInfo": [ { "discount": 30, "flow": 500, "nameKey": "本省_山东省_全市_500M_30", "price": 30, "startDataTime": "SameMonth", "validityPeriod": 30 }, { "discount": 180, "flow": 6144, "nameKey": "本省_山东省_全市_6G_30", "price": 180, "startDataTime": "SameMonth", "validityPeriod": 30 }
], "cnnPriceInfo": [ { "discount": 50, "flow": 1024, "nameKey": "全国_全省_全市_1G_30", "price": 50, "startDataTime": "SameMonth", "validityPeriod": 30 }, { "discount": 1, "flow": 5, "nameKey": "全国_全省_全市_5M_30", "price": 1, "startDataTime": "SameMonth", "validityPeriod": 30 } ], "cuPriceInfo": [ { "discount": 100, "flow": 1024, "nameKey": "全国_全省_全市_1G_30", "price": 100, "startDataTime": "SameMonth", "validityPeriod": 30 }, { "discount": 10, "flow": 100, "nameKey": "全国_全省_全市_100M_30", "price": 10, "startDataTime": "SameMonth", "validityPeriod": 30 } ] }, "description": "", "result": 0 } |