|
@@ -73,9 +73,9 @@ class TestKdniao extends PHPUnit_Framework_TestCase
|
|
|
|
|
|
public function testSubscribe()
|
|
|
{
|
|
|
- $order_sn = "1000000003983507";
|
|
|
- $e_code = "STO";
|
|
|
- $logisticCode = "3369948934784";
|
|
|
+ $order_sn = "9000000001823615";
|
|
|
+ $e_code = "YD";
|
|
|
+ $logisticCode = "3900686183912";
|
|
|
|
|
|
$subs = kdn_helper::req_subscribe($e_code, $logisticCode, $order_sn);
|
|
|
|