'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 ProductIdS = [ mtopcard\ChinaMobileCard => [ //云南 25 => [ 30 => 31976, 50 => 31977, 100 => 31978, 200 => 319625, ], //河北 3 => [ 30 => 31248, 50 => 31249, 100 => 31250, 200 => 312617, ], //广西 20 => [ 30 => 31560, 50 => 31561, 100 => 31562, 200 => 315621, ], //福建 13 => [ 30 => 3830, 50 => 3831, 100 => 3832, 200 => 38585, ], //贵州 24 => [ 30 => 32384, 50 => 32385, 100 => 32386, 200 => 323627, ], ], 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, ], //福建 13 => [ 30 => 272319, 50 => 272320, 100 => 272321, 200 => 272589, ], ], ]; //key格式 卡类型-面值-regin_no const Price = [ //移动 "4-30-25" => 28.2, "4-50-25" => 47, "4-100-25" => 94, "4-200-25" => 188,//云南 25 "4-30-3" => 28.2, "4-50-3" => 47, "4-100-3" => 94, "4-200-3" => 188,//河北 3 "4-30-20" => 28.2, "4-50-20" => 47, "4-100-20" => 94, "4-200-20" => 188,//广西 20 "4-30-13" => 28.2, "4-50-13" => 47, "4-100-13" => 94, "4-200-13" => 188,//福建 13 "4-30-24" => 27.75, "4-50-24" => 46.25, "4-100-24" => 92.5, "4-200-24" => 185,//贵州 24 //电信 "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.75, "6-50-23" => 46.25, "6-100-23" => 92.5, "6-200-23" => 185,//四川 23 "6-30-13" => 27.75, "6-50-13" => 46.25, "6-100-13" => 92.5, "6-200-13" => 185,//福建 13 ]; }