Example #1
0
var_dump($orderRelationUpdateNotifyRequest);
echo "执行GetGUIDNode的结果:";
// string recordSequenceId;
// int userIdType;
// string userId;
// string serviceType;
// string spId;
// string productId;
// int updateType;
// string updateTime;
// string updateDesc;
// string linkId;
// string content;
// string effectiveDate;
// string expireDate;
// string time_stamp;
// string encodeStr;
try {
    $result = $client->orderRelationUpdateNotify($orderRelationUpdateNotifyRequest);
    var_dump($result);
    //显示结果
} catch (Exception $e) {
    echo $e->getMessage();
}
exit(0);
echo '</pre>';
echo '</pre>';
echo '<h2>Request</h2>';
echo '<pre>' . htmlspecialchars($client->__getLastRequest(), ENT_QUOTES) . '</pre>';
echo '<h2>Response</h2>';
echo '</pre>' . htmlspecialchars($client->__getLastResponse(), ENT_QUOTES) . '</pre>';