first commit
This commit is contained in:
16
lib/Utils/Http/Region.php
Normal file
16
lib/Utils/Http/Region.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Utils\Http;
|
||||
|
||||
class Region
|
||||
{
|
||||
|
||||
const CN_N1 = '';
|
||||
|
||||
const CN_SJ = 'sj';
|
||||
|
||||
const CN_DJ = 'dj';
|
||||
|
||||
const CN_M6 = 'm6';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user