'yd', mtopcard\ChinaUnicomCard => 'lt', mtopcard\ChinaTelecomCard => 'dx' ]; const ERR_NOS = [ '5001','5002','5003','5004','5005','5008','5009','5010','5011','5012','7001' ]; const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;']; //key格式 卡类型-面值-regin_no const Price = [ //移动 "4-50-25" => 47.3, "4-100-25" => 94.6, "4-200-25" => 189.2,//云南 25 "4-50-15" => 47.1, "4-100-15" => 94.2, "4-200-15" => 188.4,//山东 15 "4-30-10" => 27.99, "4-50-10" => 46.65, "4-100-10" => 93.3, "4-200-10" => 186.6,//江苏 10 "4-30-24" => 27.54, "4-50-24" => 45.9, "4-100-24" => 91.8, "4-200-24" => 183.6,//贵州 24 "4-50-19" => 47.5, "4-100-19" => 95, "4-200-19" => 190,//广东 19 "4-30-13" => 28.14, "4-50-13" => 46.9, "4-100-13" => 93.8, "4-200-13" => 187.6,//福建 13 "4-30-16" => 28.35, "4-50-16" => 47.25, "4-100-16" => 94.5, "4-200-16" => 189,//河南 16 "4-50-3" => 46.75, "4-100-3" => 93.5, "4-200-3" => 187,//河北 3 //电信 "6-30-2" => 28.05,"6-50-2" => 46.75, "6-100-2" => 93.5, "6-200-2" => 187,//天津 2 "6-30-9" => 27.96, "6-50-9" => 46.6, "6-100-9" => 93.2, "6-200-9" => 186.4,//上海 9 "6-30-19" => 28.35,"6-50-19" => 47.25, "6-100-19" => 94.5, "6-200-19" => 189,//广东 19 "6-30-15" => 28.5,"6-50-15" => 47.5, "6-100-15" => 95, "6-200-15" => 190,//山东 15 "6-30-23" => 27.96,"6-50-23" => 46.6, "6-100-23" => 93.2, "6-200-23" => 186.4,//四川 23 "6-30-18" => 28.5,"6-50-18" => 47.5, "6-100-18" => 95, "6-200-18" => 190,//湖南 18 ]; }