|
@@ -15,23 +15,23 @@ class config
|
|
|
const NOTIFY_URL = BASE_SITE_URL . "/mobile/callback/refill_feimingyu.php";
|
|
|
const PRODUCT = [
|
|
|
mtopcard\ChinaMobileCard => [
|
|
|
- 30 => 334,
|
|
|
- 50 => 335,
|
|
|
- 100 => 336,
|
|
|
- 200 => 337,
|
|
|
+ 30 => 347,
|
|
|
+ 50 => 348,
|
|
|
+ 100 => 349,
|
|
|
+ 200 => 350,
|
|
|
],
|
|
|
|
|
|
mtopcard\ChinaUnicomCard => [
|
|
|
- 30 => 331,
|
|
|
- 50 => 330,
|
|
|
- 100 => 332,
|
|
|
- 200 => 333,
|
|
|
+ 30 => 344,
|
|
|
+ 50 => 343,
|
|
|
+ 100 => 345,
|
|
|
+ 200 => 346,
|
|
|
],
|
|
|
mtopcard\ChinaTelecomCard => [
|
|
|
- 30 => 338,
|
|
|
- 50 => 339,
|
|
|
- 100 => 340,
|
|
|
- 200 => 341,
|
|
|
+ 30 => 351,
|
|
|
+ 50 => 352,
|
|
|
+ 100 => 353,
|
|
|
+ 200 => 354,
|
|
|
]
|
|
|
];
|
|
|
const ExtHeaders = ['Content-Type:application/x-www-form-urlencoded;charset=utf-8'];
|