|
@@ -65,5 +65,17 @@ class config
|
|
|
50 => 'scyd50', 100 => 'scyd100', 200 => 'scyd200'
|
|
|
], //四川
|
|
|
];
|
|
|
+
|
|
|
+ const CTCC_product_code = [
|
|
|
+ 23 => [
|
|
|
+ 30 => 'scdx30', 50 => 'scdx50', 100 => 'scdx100', 200 => 'scdx200'
|
|
|
+ ], //四川
|
|
|
+ 9 => [
|
|
|
+ 30 => '2060030', 50 => '2060050', 100 => '20600100', 200 => '20600200'
|
|
|
+ ], //上海
|
|
|
+ 2 => [
|
|
|
+ 30 => '2150030', 50 => '2150050', 100 => '21500100', 200 => '21500200'
|
|
|
+ ], //天津
|
|
|
+ ];
|
|
|
const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
|
|
|
}
|