查询该省运营商配置的所有手机直降活动
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
province | String | 必须 | 北京 | 省份 | |
city | String | 必须 | 北京 | 地市 | |
isp | String | 必须 | 中国移动 | 运营商 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultDO | 结果对象 | |
|
{"province":"北京","city":"北京","isp":"中国移动"}
{ "result":{ "isSuccess":true, "retCode":"0000", "retMessage":"可办理", "data":[ { "product_id":"212120002", "offer_name":"随e行", "offer_in_desc":"套餐内含200分钟免费通话", "offer_id":"121312", "offer_type":"BASE_OFFER_ORIGINAL", "exp_month":"12", "send_award_fee":"1000", "lock_money":"1000", "offer_set":"399元\/月", "offer_out_desc":"套餐外拨打电话0.2元\/分钟", "offer_set_discount":"300元\/月", "ext":"json字符串", "offer_desc":"套餐说明套餐说明" } ] } }
{"result":{"retMessage":"Illegal request","retCode":"sign-check-failure","isSuccess":"false"}}
错误码 | 错误描述 | 解决方案 |
---|