|
@@ -31,9 +31,9 @@ class TestKdniao extends PHPUnit_Framework_TestCase
|
|
|
|
|
|
public function testSubscribe()
|
|
|
{
|
|
|
- $order_sn = "9000000002470048";
|
|
|
- $e_code = "YTO";
|
|
|
- $logisticCode = "886670260037510426";
|
|
|
+ $order_sn = "9000000002456344";
|
|
|
+ $e_code = "ZTO";
|
|
|
+ $logisticCode = "457209987858";
|
|
|
|
|
|
$subs = kdn_helper_new::req_subscribe($e_code, $logisticCode, $order_sn);
|
|
|
|