'yd', mtopcard\ChinaUnicomCard => 'lt', mtopcard\ChinaTelecomCard => 'dx' ]; const ERR_NOS = [ '5001','5002','5003','5004','5005','5008','5009','5010','5011','5012' ]; const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;']; const PRODUCT = [ mtopcard\ChinaMobileCard => [ //江西 14 => [ 30 => 31768, 50 => 31769, 100 => 31770, 200 => 317623, ], //福建 13 => [ 30 => 3830, 50 => 3831, 100 => 3832, 200 => 38585, ], //贵州 24 => [ 30 => 32384, 50 => 32385, 100 => 32386, 200 => 323627, ], //云南 25 => [ 30 => 31976, 50 => 31977, 100 => 31978, 200 => 319625, ], //四川 23 => [ 30 => 3726, 50 => 3727, 100 => 3728, 200 => 37583, ], //辽宁 6 => [ 30 => 31352, 50 => 31353, 100 => 31354, 200 => 313619, ], ], mtopcard\ChinaTelecomCard => [ //广东 19 => [ 30 => 267294, 50 => 267295, 100 => 267296, 200 => 267582, ], //江苏 10 => [ 30 => 293424, 50 => 293425, 100 => 293426, 200 => 293613, ], //四川 23 => [ 30 => 271314, 50 => 271315, 100 => 271316, 200 => 271588, ], //新疆 31 => [ 30 => 287394, 50 => 287395, 100 => 287396, 200 => 287607, ], //福建 13 => [ 30 => 272319, 50 => 272320, 100 => 272321, 200 => 272589, ], ] ]; //key格式 卡类型-面值-regin_no const Price = [ //移动 "4-30-14" => 27.6, "4-50-14" => 46, "4-100-14" => 92, "4-200-14" => 184,//江西 14 "4-30-13" => 28.2, "4-50-13" => 47, "4-100-13" => 94, "4-200-13" => 188,//福建 13 "4-30-24" => 27.6, "4-50-24" => 46, "4-100-24" => 92, "4-200-24" => 184,//贵州 24 "4-30-25" => 28.2, "4-50-25" => 47, "4-100-25" => 94, "4-200-25" => 188,//云南 25 "4-30-23" => 27.75, "4-50-23" => 46.25, "4-100-23" => 92.5, "4-200-23" => 185,//四川 23 "4-30-6" => 27.9, "4-50-6" => 46.5, "4-100-6" => 93, "4-200-6" => 186,//辽宁 6 //电信 "6-30-19" => 28.05, "6-50-19" => 46.75, "6-100-19" => 93.5, "6-200-19" => 187,//广东 19 "6-30-10" => 28.05, "6-50-10" => 46.75, "6-100-10" => 93.5, "6-200-10" => 187,//江苏 10 "6-30-23" => 27.6, "6-50-23" => 46, "6-100-23" => 92, "6-200-23" => 184,//四川 23 "6-30-31" => 27.9, "6-50-31" => 46.5, "6-100-31" => 93, "6-200-31" => 186,//新疆 31 "6-30-13" => 27.45, "6-50-13" => 45.75, "6-100-13" => 91.5, "6-200-13" => 183,//福建 13 ]; }